Which line of code will cause the loop to execute exactly one time? for b in range(12, 12):
for b in range(12, 13):
for b in range(13, 13):
for b in range():

Solved
Show answers

Ask an AI advisor a question