715
edits
Changes
→Exercises
#
# Run hello.bash(just like you would execute it from the command line)
# Run hello.bash a second time
# Import the operating system module
# Run hello.py(using the os.system function and passing it the name of the script)
# Run hello.py a second time