student2 = ("UG1235","Ama Asantewaa", Intormation stuuies
student3 = ("UG1236", "Yaw Oforl", "Mathematics")9
1
\#Question 1: What is a tuple, and why is it used here for storing student details?
I
\# Display-student details
print("Part 1: Student Details")
students_list = [student1, student2, student3]Y
for student in students__list:-f
Print(f'ID: \{student[0]\}, Name: (student[1]\}, Program: \{student[2]\}")ฯ
print(" \( n \) ")
I
\# Question 2: Modify the code above to add a fourth student with the ID "UG1237," \# name "Abena-Owusu," and program "Economics."I
I
\#Part 2: Working with Sets II
\# Managing Enrolled Courses \
kofi_courses = \{"Math101", "Comp102", "Stat201"\}|
ama_courses = \{"Comp102", "Stat201", "Econs101")|
yaw_courses = \( \{ \) "Math101","Econs101","Stat201"\}1