Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The entire script had to be posted.
Wangyu that you imported time and datetime at the same time. Add aliases to imports, for example:
import time as t
import datetime as dt
t.sleep(1)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question