Files
x04sa-es3/script/test/TimeTest.py
2019-08-22 14:52:52 +02:00

3 lines
104 B
Python

start = time.time()
for i in range(20): alpha.moveRel(0.1 if i < 10 else -0.1)
print time.time() - start