This assignment will setup your base Python enviroment. If you already have it, simply run challenges and answer questions (if any). If you cannot run challenges, set up the needed software.
This assignment will setup your base Python enviroment. If you already have it, simply run challenges and answer questions (if any). If you cannot run challenges, set up the needed software.
...
@@ -8,8 +8,6 @@ This assignment will setup your base Python enviroment. If you already have it,
...
@@ -8,8 +8,6 @@ This assignment will setup your base Python enviroment. If you already have it,
2.[Challenge 2:](#2-challenge-2-python3) Python3
2.[Challenge 2:](#2-challenge-2-python3) Python3
3.[Challenge 3:](#3-challenge-3-pip) pip
3.[Challenge 3:](#3-challenge-3-pip) pip
4.[Challenge 4:](#4-challenge-4-test-python) Test Python
4.[Challenge 4:](#4-challenge-4-test-python) Test Python
Learn about Python's [built-in functions](https://docs.python.org/3/library/functions.html). Test the [*globals()*](https://docs.python.org/3/library/functions.html#globals) function.