#! /usr/bin/python3 -s
import os
myCmd = 'touch hello.txt'
os.system(myCmd)