Commit Graph

17 Commits

Author SHA1 Message Date
Anthony Rubick
b2b0f03339 fix 'missing whitespace around arithmetic operators' error 2022-09-22 15:18:13 -07:00
Anthony Rubick
294c2fafa3 Update life_for_two.py
fixes syntax errors that were causing other PRs to fail python checks.
2022-09-22 15:14:34 -07:00
Andrei Ursu
6ef7b1fc05 Fix life_for_two.py compile error.
It seems like it will always give a build error even if you don't touch this specific file, so I initialized everything at the start.
2022-09-06 01:40:49 +02:00
Sajid Sarker
d899b156f4 Update life_for_two.py to remove type hinting 2022-07-24 12:36:50 +04:30
Sajid Sarker
57b1dd0993 Update life_for_two.py to remove type hinting 2022-07-24 12:35:46 +04:30
Sajid Sarker
ddb120e9cf Update life_for_two.py to remove type hinting 2022-07-24 10:00:32 +04:30
sajidsarker
b5aa8823ce Fix for python validation check. 2022-07-15 16:26:38 +04:30
sajidsarker
83bb9bd558 Complete with bug. 2022-06-29 02:36:44 +04:30
sajidsarker
45a1f12896 Bugged version. 2022-06-29 02:13:19 +04:30
sajidsarker
e0c790b6b9 First pass of functional port with various errors. 2022-06-28 16:23:09 +04:30
sajidsarker
8fc885a39c Bug fixes. 2022-06-28 03:08:26 +04:30
sajidsarker
08888ef90f First draft of Python port source code. 2022-06-27 21:03:34 +04:30
sajidsarker
77d5a8dde6 Initial Python file for Life for 2 on new branch. 2022-06-19 23:33:30 +04:30
sajidsarker
d4a020728b Initial Python file for Life for 2 on new branch. 2022-06-19 23:23:26 +04:30
sajidsarker
53457bfb9f Initial Python file for Life for 2 on new branch. 2022-06-19 22:53:40 +04:30
sajidsarker
1f29b1660d Initial Python file for Life for 2 on new branch. 2022-06-19 22:51:57 +04:30
Chris Reuter
d26dbf036a Removed spaces from top-level directory names.
Spaces tend to cause annoyances in a Unix-style shell environment.
This change fixes that.
2021-11-21 18:30:21 -05:00