Question: Formative Assessment - If Else Statement rmative Assessment 1 Debug the Code What is wrong with the code below? Hint, there is more than one

Formative Assessment - If Else Statement
rmative Assessment 1
Debug the Code
What is wrong with the code below? Hint, there is more than one right answer.
if 3>4
print("This is true")
else
print("This is false")
There needs to be parentheses around the boolean expression
There needs to be a lafter the if statement and the else
The print statements need to be indented
There needs to be a variable in the boolean expression
 Formative Assessment - If Else Statement rmative Assessment 1 Debug the

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!