Computer Science, asked by abhijeetsandhu1255, 4 days ago

Python Problem Class 11 computer science looping . Please only answer if you know

Attachments:

Answers

Answered by shrihankp
1

print "Press Tab - Enter to stop..."

for iteration in range(100)

print "Continue?"

if raw_input() == "\t":

break

Similar questions