Question: assignment = 2 5 if assignment = 2 5 : print ( ' use = to assign values' ) else: pass The output

assignment =25
if assignment =25 :
print('use "=" to assign values')
else:
pass
The output of the above code is
False
"use "=" to assign values"
SyntaxError
True
no output
 assignment =25 if assignment =25 : print('use "=" to assign values')

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!