Created
December 18, 2019 03:07
-
-
Save jsomers/1bb5e197dec221714df250e72265a301 to your computer and use it in GitHub Desktop.
Well, I was messing around with it I noticed in python 3 'izip_longest' in cell 6 should be 'zip_longest,' I think, for python3. Itertool may have depreciated izip_longest: https://realpython.com/python-itertools/.
Good to know, thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! I really like this project, it's fun to see how the computer can 'understand' words.
Well, I was messing around with it I noticed in python 3 'izip_longest' in cell 6 should be 'zip_longest,' I think, for python3. Itertool may have depreciated izip_longest: https://realpython.com/python-itertools/.
Your writing is clear, thank you for posting this project!