Question: What is wrong besides the spacing in between the functions?Nothing is being produced but everything else works. # Function to display students in MSIT def
What is wrong besides the spacing in between the functions?Nothing is being produced but everything else works.

# Function to display students in MSIT def display students msit (student data) : msit students = [record for record in student data if record [2] == 'MSIT' ] print ("Students in MSIT: ") for student in msit students: print (f"Student: {student [0]} {student [1]]") # Function to display students in MSCM def display students mscm (student data) ; mscm students = [record for record in student data if record [2] == 'MSCM' ] print ("Students in MSCM: ") for student in mscm students : print (student) 69. F Clear Q Search L
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
