Question: Write a python program to do the following. 1-Create a list of T contains Student_ID, Student_Name, and Student_Major. 2-Update Student_Name from T to become Name.
Write a python program to do the following.
1-Create a list of T contains Student_ID, Student_Name, and Student_Major.
2-Update Student_Name from T to become Name.
3-Insert Student_Phone before Student_Major into T list.
4-Remove Student_Phone from T list.
5- Convert T list into Tuple.
Print result from 1 to 5.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
