How do you set a var to the time on a computer in python 2.7?
thanks,
flash
Offline
import time var = time.clock() var = time.time()
Look up the difference. But they both do the same thing.
Offline
Advanced Topics usually have to do with Scratch, so I think these Python questions should be in the Misc. section.
I’m not sure though.
Offline