測試盤面的程式我用python的unitest模組來做 import unittest class Test(unittest.TestCase): def test_basic(self): game = TicTacToe() game.
確定! 回上一頁