Leave blank space on name, duedates, subject name. I will fill that.
CPSMA 3933Computer Lab #0 NAME: Due Tuesday September 2nd 2025 by eod.
All work is to be done in a notebook with both code and written comments. Please utilize the notebook structure to
type comments in their own text boxes.
Please refer to the blackboard and GitHub for commands and examples.
1. Start a new Jupyter Notebook. Add your name, the class and the assignment using headers and make it look pretty.
2. Create a GitHub repository esspecially for this class. Give the repo a descriptive name. Save this jupyter notebook there.
3. Utilize markdown to give me your favorite function. Tell me a little about why it is your favorite.
4. Define your function using python. Compute a few interesting values.
5. Create a list with atleast 10 values. Consider doing it in a random or creative way. Describe how you got the values using text (not a comment!). Compute the sum, min, max, and one other value using the list.
6. Save your file to GitHub.
7. Submit only the link to your github repo in the assignment blank on blackboard.