sibinasto

11.01. Clocks

Dec 5th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. for hours in range(24):
  2.   for min in range(60):
  3.     print(f'{hours}:{min}')
Advertisement
Add Comment
Please, Sign In to add comment