Find out the error in the following code:
4-x print(x)
Answers
Answered by
1
Answer:
In declaration.
program is like
x = 4
print(x)
output will be 4.
Similar questions