Each activity is self-contained in a single Python file and can be run independently to solve specific programming challenges. Problem: Calculate the average of a list of numbers and compute the ...
How I created this project Created this project folder (fc-python-activities) Ran the following shell commands from inside the project folder: git init touch README.md subl ./README.md (then edited ...