I created a file called learn.py with the Noddy119 code.
But this gives the following error:
Code: Select all
pi@raspberrypi:~$ python learn.py
File "learn.py", line 3
import broadlink
^
IndentationError: unexpected inden
t
pi@raspberrypi:~$