final touchups (i.e. removing useless comments)
This commit is contained in:
@@ -95,3 +95,8 @@ class TestModel(unittest.TestCase):
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
f = open("savestate.py", "r") # Read the content of the savestate file
|
||||
f.write("save = [['X', '|', ' ', '|', ' '], "
|
||||
"['—', '+', '—', '+', '—'], [' ', '|', ' ', '|', ' '], "
|
||||
"['—', '+', '—', '+', '—'], [' ', '|', ' ', '|', ' ']]")
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user