mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
Fix for python validation check.
This commit is contained in:
@@ -6,6 +6,8 @@ Competitive Game of Life (two or more players).
|
||||
Ported by Sajid Sarker (2022).
|
||||
'''
|
||||
|
||||
from typing import List
|
||||
|
||||
# Global Variable Initialisation
|
||||
gn: List[int] = []
|
||||
gx: List[int] = []
|
||||
|
||||
Reference in New Issue
Block a user