3 lines
77 B
Python
3 lines
77 B
Python
for i in range (1,20):
|
|
sample_hor.move(159.0 + 0.2*i)
|
|
time.sleep(1.0) |