News

I’m writing a python interpreter in basic. Parenthesis and semi-colons are obligatory and tabs are ignored but otherwise it’s fully compatible. Report comment ...
To comment out a line in Python, we use the # symbol. Start any line with that symbol and it will be treated as a comment. # This line prints the text Hello, Python in the console ...