コード例 #1
0
ファイル: tm.py プロジェクト: forsooth/Turing-Machine
 def add_tape(self, tape):
     self.curr_tape = Tape.gen_tape(tape, self.Σ, self.B)