for h in range(24): # h = - for m in range(10): # m = - for s in range(10): # s = - print(f'Time: {h}:{m}:{s}') # .