Merge pull request #30 from StephenLeeUSTC/master

In Advent of code.ipynb, day8
This commit is contained in:
Peter Norvig 2017-12-24 22:27:18 -08:00 committed by GitHub
commit a0ec91b178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -959,7 +959,7 @@
"\n",
"def run(commands, screen):\n",
" \"Do all the commands and return the final pixel array.\"\n",
" for cmd in Input(8):\n",
" for cmd in commands:\n",
" interpret(cmd, screen) \n",
" return screen\n",
"\n",