Question: # Describe the error found in this function: # def all _ As ( test 1 , test 2 , test 3 ) : if

# Describe the error found in this function:
#
def all_As(test1, test2, test3):
if test1>89:
if test2>89 :
if test3>89 :
print("Wow!", end="")
print("You scored 90 or above on all your exams!")
print("Keep up the As!")
print()
 # Describe the error found in this function: # def all_As(test1,

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!