py-labs/for.py

2 lines
56 B
Python
Raw Normal View History

2020-07-07 19:59:34 +01:00
for x in range(4, 7):
print "We're on time %d" % (x)