Article Outline
Python pil example 'work'
python work
Python pil example: work
from ev3imports import *
m = ev3.LargeMotor()
m.run_timed(speed_sp=600, time_sp=1000)
m.wait_while('running')
Python links
- Learn Python: https://pythonbasics.org/
- Python Tutorial: https://pythonprogramminglanguage.com