0
>>> "Python is fun!" When i type this code it shows error message whats the problem pls solve it if you can and get back to me
2 Respostas
0
Those are generally present in command line or shell. You need not use it while programming on any IDE or here on sololearn. Just use the 'print' statement to display anything to the console.
https://www.sololearn.com/discuss/217599/?ref=app
https://www.sololearn.com/discuss/568241/?ref=app
https://www.sololearn.com/discuss/1111102/?ref=app
0
>>> print("Python is fun!")
The above would be the correct code.