Computer Science, asked by aayushrai870, 3 months ago

Find out the error in the following code:

4-x print(x)​

Answers

Answered by lavanya3602
1

Answer:

In declaration.

program is like

x = 4

print(x)

output will be 4.

Similar questions