mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 08:27:11 +07:00
IJ-CR-26283 GitOrigin-RevId: 24575b5177831685d56f66c5546800c66553bd19
4 lines
53 B
Python
4 lines
53 B
Python
import subprocess
|
|
|
|
subprocess.call(['python', '-V'])
|