6 lines
91 B
Python
6 lines
91 B
Python
import subprocess
|
|
import os
|
|
|
|
os.system("open https://northpass.com")
|
|
print("Did it work?")
|