Question: Find Errors from following Python code: Import math z=25 y=6 x= math. sqrt (z) if x=y: print x and y are the same elif x>y:
Find Errors from following Python code: Import math z=25 y=6 x= math. sqrt (z) if x=y: print "x and y are the same" elif x>y: print " x is greater than y print " x is less than y
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
