Go to advanced search

by spegy
Thu Jul 16, 2020 4:09 pm
Forum: Python
Topic: PLS help me WITH this loop
Replies: 3
Views: 128

Re: PLS help me WITH this loop

thank you so much for your help
by spegy
Thu Jul 16, 2020 2:00 am
Forum: Python
Topic: PLS help me WITH this loop
Replies: 3
Views: 128

PLS help me WITH this loop

import datetime x = datetime.datetime.now() time=x if x == "2020-11-02 8:00:00.000000": print('pi') else: print('not the right day') pls help me loop this. the loop would need to occur whenever it is not the right time so the loop would have to be in else when it is not the right time so it just ke...

Go to advanced search