Question: Task 1 : Create a tuple named student _ info containing the following information about a student: ( John Doe, 2 4 , Computer

Task 1: Create a tuple named "student_info" containing the following information about a student: ("John Doe", 24, "Computer Science", 3.5).
Print the entire tuple.
Task 2: Create a list named "grades" containing the following grades: [88,92,79,93,85].
Add a new grade 90 to the list.
Print the entire list.
Write your code in Jupyter. Save your file (*.ipynb)
Submit your code and results as a PDF as well as your *.jpynb file.
Include comments in your code.
Attempt to use TRY EXCEPT in your code.
Submit all through Blackboard for Assignment 2
Include your name, student number, Fall '24, and CIS245 in your work
Task 1: Create a tuple named "student_info" containing the following information about a student: ("John Doe", 24, "Computer Science", 3.5).
Print the entire tuple.
Task 2: Create a list named "grades" containing the following grades: [88,92,79,93,85].
Add a new grade 90 to the list.
Print the entire list.
Write your code in Jupyter. Save your file (*.ipynb)
Submit your code and results as a PDF as well as your *.ipynb file.
Include comments in your code.
Attempt to use TRY EXCEPT in your code.
Task 1 : Create a tuple named "student _ info"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!