>>> "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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

5th Apr 2020, 5:18 PM
Nayan
2 Answers
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
5th Apr 2020, 5:41 PM
Avinesh
Avinesh - avatar
0
>>> print("Python is fun!") The above would be the correct code.
5th Apr 2020, 6:54 PM
Pranav Kalro
Pranav Kalro - avatar