remove commented out print

master
Mikael Nordin 6 years ago committed by GitHub
parent 02b1896511
commit 884ad8121f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,5 +97,4 @@ class Machine:
turing = Machine()
run = True
while run:
# print (turing.card)
run = turing.evolve()

Loading…
Cancel
Save