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
1
Answer:
x=4
Name=Rio
a=b=c=9
M=N=9
print(a,b,c)
Explanation:
Similar questions
Computer Science,
5 months ago
Geography,
5 months ago
Math,
5 months ago
Geography,
1 year ago
English,
1 year ago