Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribed
# 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions

Question

1.what is rule of law? 2.The administrative body of government?

Answered: 1 week ago