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.

What is wrong besides the spacing in between the functions?Nothing is being

# 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

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!