Joris Clement

Results 4 issues of Joris Clement

Hi, I used this code for a university seminar and liked it a lot. So I thought I therefore add some simple cleanup, typo commits, which make it easier, when...

Python2 is EOL for a while now, see https://www.python.org/doc/sunset-python-2/. Thus, update the builtin keywords, function, and exceptions as how they are used by Python 3. See: - https://docs.python.org/3/reference/lexical_analysis.html#keywords - https://docs.python.org/3/library/functions.html...