Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Ok I've got this

>>> python main.py

  File "<stdin>", line 1

    python main.py

           ^^^^

SyntaxError: invalid syntax

python3 main. py is the same

Seem as you try run direct on interpreter, check this video :

Or open with idle and press F5, but maybe you need to install some libraries, the best option is that you use repl.it or some similar online service