- Joined
- Nov 14, 2024
- Messages
- 2
- Reaction score
- 0
I am using notebook as my editor. When I copy "any two statements" like
a=5
print (a)
to the interpreter and run it, I get the message SyntaxError: multiple statements found while compiling a single statement.
If I enter the same satements directly into the interpreter, it is accepted
PLEASE HELP !!!
a=5
print (a)
to the interpreter and run it, I get the message SyntaxError: multiple statements found while compiling a single statement.
If I enter the same satements directly into the interpreter, it is accepted
PLEASE HELP !!!