i just thought i would ask as a reference for the future but if i was to have a loop like this:
import time
mytime = time.asctime()[11:19]
while mytime <= "13:14:15":
mytime = time.asctime()[11:19]
raw_input()
how could i change it so that mytime would constantly update as at the moment it will wait until the input is satisfied