Update Life.ipynb

This commit is contained in:
Peter Norvig 2022-11-02 21:20:27 -07:00 committed by GitHub
parent 5040d52573
commit 4bcea911ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,7 @@
" picture(world, Xs, Ys)), raw=True)\n",
" sleep(pause)\n",
" \n",
"def pre(text) -> str: return f'<{}pre>{text}</{}pre>'"
"def pre(text) -> str: return f'<{}pre>{text}<{}/pre>'"
]
},
{