import time firstTime = time.time() while True: nowTime = time.time() - firstTime print(nowTime)
Recommended Posts