Problem: I am working on exercise 41 in learnpythonthehardway and keep getting the error: Traceback (most recent call last): File ".\url.py", line 72, in <module> question, answer = convert(snippet, phrase) File ".\url.py", line 50, in convert result = result ... TypeError: Can't convert 'bytes' object to str implicitly I am using python3 while the books uses python2, so I have made some changes.
asked
6 days ago
Mashhoodch
9.6k points