2 lines
32 B
Python
2 lines
32 B
Python
|
|
import sys
|
||
|
|
print(sys.executable)
|