Jul-03-2022, 07:50 PM
(This post was last modified: Jul-03-2022, 08:34 PM by Yoriz.
Edit Reason: Added code tags
)
Hello all.
I am using Python 3.9.12 in Spyder 5.1.5 environment. I tried to execute the input statement in a very simple way:
each time I run this simple statement, the error message "Spyder has encountered and internal problem" will come up. I have tried to solve this problem but no. kindly help.
I am using Python 3.9.12 in Spyder 5.1.5 environment. I tried to execute the input statement in a very simple way:
1 |
Name = input ( "Enter your name:" ) |