remove commented out print
This commit is contained in:
parent
02b1896511
commit
884ad8121f
1 changed files with 0 additions and 1 deletions
|
@ -97,5 +97,4 @@ class Machine:
|
|||
turing = Machine()
|
||||
run = True
|
||||
while run:
|
||||
# print (turing.card)
|
||||
run = turing.evolve()
|
||||
|
|
Loading…
Add table
Reference in a new issue