Computer Science, asked by Anonymous, 8 months ago

Rewrite the code after removing the errors in the following code? 4=X Name=Rio a=b=c=9 M,N=10 print(a;b;c) print(‘X=’X) print(name)​

Answers

Answered by godhulidas1112
1

Answer:

x=4

Name=Rio

a=b=c=9

M=N=9

print(a,b,c)

Explanation:

Similar questions