Create an executable pv.py with the following contents:
#!/usr/bin/python3 import sys print(sys.version)