1 Answer
Python 3.5 is the system's default Python 3 version.
Just run python3 or put a correct hashbang line in your script
(#!/usr/bin/python3 or #!/usr/bin/env python3).
Your Answer
x