Question: find the error in the fellowing code a) Temp+90 print Temp B) a=12 b=a+b print (a And b) C) print (x=x) d) a,b,c=2,8,4 print(a,b,c) c,b,a=a,b,c
find the error in the fellowing code
a) Temp+90 print Temp
B) a=12 b=a+b print (a And b)
C) print ("x=x")
d) a,b,c=2,8,4 print(a,b,c) c,b,a=a,b,c print(a;b;c)
e) x=23 4=x
f) els=21-4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
