Python 2.7 will officially be discontinued in 2020. There are ways to user `__future__`-imports to support both python3 and 2 though. Might look into it
Python 2.7 will officially be discontinued in 2020.
There are ways to user
__future__-imports to support both python3 and 2 though. Might look into it