CLASS LOCATION:
Mondays 4:30 PM BACON 115 (Mandatory Seminar Series)
Thursdays 6 PM (Used as needed)
Other times TBD
CLASS INFORMATION
- Syllabus and other class information
- Required activities
edit SideBar
|
MAY 241 F23 Final Part 1
- Create a Colab notebook called Last_name-Final and save it in the same place where you save your other Colab assignments.
- (5 points) Create a nice title cell (use the text cell type, not the code cell type) that includes a picture and all the appropriate header information.
- (20 pts) Write code in a code-cell that asks the user for an integer n. Then it prints all the first n multiples of 5, which are NOT multiples of 3. For example if n=3, the output would be 5,10,20 (note that 15 is not included because it is a multiple of 3).
|