Exercises Exercise: write a python file hello.py that prints "Hello world". Exercise: write a python file gauss.py that takes a natural number n as a command line argument and prints the resulting integer (1+2+3+...+n).