mikepound / cubes

This code calculates all the variations of 3D polycubes for any size (time permitting!)
MIT License
163 stars 43 forks source link

Doesn't run? #20

Open BallSaxbury opened 1 year ago

BallSaxbury commented 1 year ago

python cubes.py 3 File "", line 1 python cubes.py 3 ^^^^^ SyntaxError: invalid syntax

VladimirFokow commented 1 year ago

you should run the python cubes.py 3 command in the shell, not in python interpreter.

https://realpython.com/run-python-scripts/#using-the-python-command