py-labs/for.py
2020-07-07 19:59:34 +01:00

2 lines
56 B
Python

for x in range(4, 7):
print "We're on time %d" % (x)