# hello_world.py LEVEL: Easy
- How do we define a function?.
- How do we call a function? (and for what?)
- How do we use if/else? (and for what?)
# mi_programa_random.py NIVEL: Advanced
- How do we use "import" to call a funcion
not created by us? (and for what?)Make sure you have python installed. On linux it comes pre-installed. But if you are on windows you have two options:
- Enable the Linux Subsystem for windows. That way you have a linux terminal inside of Windows (recommended).
- Or just download python and run a terminal.
Now you can run the python program in your current directory like:
python hello_world.py