Detailing my journey into the wonderful world of EV3 Lego Robotics, combined with a very easy language: Python!
To get started, go to (Python for EV3)[https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3]
Each program has comments, so if you're new, don't worry!
I had to use separate functions because apparently, when you set up a Python with EV3 Project, only main.py will be run when you download the code to your EV3 Brick. So, if you would like to run a program from a function here, enter the function name at the bottom under the designated comment. Thanks!