geekcomputers / Python

My Python Examples
http://www.thegeekblog.co.uk
MIT License
30.95k stars 12.16k forks source link

Issue in Conway's Game Of Life, Author Anurag Kumar #483

Open jayakar-manoharan opened 5 years ago

jayakar-manoharan commented 5 years ago

When running the code it shows the below error line 101, in if len(sys.argv)!= 2: raise Exception(usage_doc) Exception: Usage of script: script_nama

QuantumNovice commented 5 years ago

Run the script from command line with arguments "conway.py int int"