you are writing in a IDE and the file in which you write is
If you want to just write plain text (e.g. like a comment or doc string), either make it a comment (using
beginner.py
. given the extension (py
) it detects that what you type in that particular file should be python code. I really don't understand what else you expect...If you want to just write plain text (e.g. like a comment or doc string), either make it a comment (using
#
, or enclose it in quotes).
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs