0
How can I get multiple different dates in the same run as my script? I got my script done this way:
from datetime import datetime, timedelta
Time = '{:%H:%M:%S}'.format(datetime.now() + timedelta(hours=6))
But the script calls this string more than once but instead of seeing different results it always comes the same. It is possible to ensure that different results always come?
Why do they must start with lower case letter?
– Woss
Oops, correcting... missed the nay in the sentence.
– Giovanni Nunes
It was even stranger the statement :S It is convention to leave the variables with lower case letters, but this is not mandatory, so the "should"
– Woss
Improved wording.
– Giovanni Nunes
I finally figured it out on my own !
– user140083