27867f1
1
2
3
4
5
6
7
8
import os import sys x = sys.executable if x is None or x == '': sys.exit(1) else: print(x)