Module 2: Python Fundamentals.
This week's assignment was to create a script, the results of which are shown above. The first part of the script prints my last name. The second part was to run a dice game, which ran perfectly after we fixed the code. The last part creates and prints a list of 20 random numbers between 0 and 10, and identifies if the chosen number is in the previously created list and, if so, removes any instances of the chosen integer. One of the things that I learned this week was how to create a script completely from scratch, which continues last weeks work of doing all of the setup for script. This week was learning and applying the fundamental language of Python such as data structures, expressions, and functions. It was fun to actually start getting into programming.