1 2 3 4 5 6 7 8
#!/usr/bin/env python3 import sys if len(sys.argv) != 2 or sys.argv[1] != '--version': exit(1) print('1.0')