$ echo 'print("Hello,World!")' > hello.py $ python hello.py Hello,World!