Open ShantanuPathak opened 4 years ago
+1
Add import io
on top.
Also create pull request so it gets updated for all users
Also create pull request so it gets updated for all users
Sorry, I am not much of a coder so do not know what a pull request is
encoding='utf-8' is built-in in the python 3. So, no need to add io.
Complete noob here, so excuse my naivete
I was getting the error "'charmap' codec can't encode characters", I googled the error and changed the code
to this `
`
It then worked.