import os print("hello world") os.system("artiq_client --version") os.system("whoami") os.system("ls /") os.system("ls ~/") os.system("ls -l /tmp")