Question: What code is needed in order for the message Contact assistant dean to be displayed from the following example? if s _ class.lower ( )

What code is needed in order for the message "Contact assistant dean" to be
displayed from the following example?
if s_class.lower()=="fr":
if techFee 100 :
print("Contact financial aid")
else:
print("Tech fee approved")
elif s_class.lower()=="so":
if techFee 100 and techFee 500 :
print("Contact financial aid")
elif techFee 500 :
print("Contact assistant dean")
else:
print("Tech fee approved")
else:
if techFee 700 :
print("Tech fee approved")
else:
print("Contact dean")
s_class="SO"
techFee =499
s_class="SO"
techFee =600
S_class="SR"
techFee =499
S_class="FR"
techFee =200
 What code is needed in order for the message "Contact assistant

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 Databases Questions!