- from cli import *
- from cli_test import *
- from memory_test import *
-
-
-
- print(memory_test_deselectMismatchedItems())
- print(memory_test_deselectMismatchedItems_itemTwice())
- print(memory_test_detectVictory())
- print(memory_test_generateConstPlayfield())
- print(memory_test_hideMatchingItems())
- print(memory_test_selectItem_1x())
- print(memory_test_selectItem_2x())
- print(memory_test_selectItem_3x())
-
- print(cli_test_greetUser())
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|