# Use a for loop with break to find and print the FIRST negative number. # Print: "First negative number: -3" # If no negative number is found, print "No negative numbers." # Hint: use a found = False ...
# the judge rejects the first two drafts, then accepts the third. drafts = iter([ "Cats are animals.", "Cats are small mammals.", "Cats are small carnivorous mammals ...