We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f875652 commit 98920f8Copy full SHA for 98920f8
Launching other Programs/main.py
@@ -0,0 +1,6 @@
1
+#Python script to launch anyother program
2
+import os
3
+import subprocess
4
+
5
+program="calculator path"
6
+subprocess.Popen(program)
0 commit comments