Question: Which is true of the badly formatted code? x = input ( ) if x = = ' a ' : print ( ' first

Which is true of the badly formatted code?
x= input()
if x=='a' :
print('first')
print('second')
Both print() statements must be indented.
Neither print() statement has to be indented.
The first print() statement must be indented.
The second print() statement can't be indented.
 Which is true of the badly formatted code? x= input() if

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!