Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 231 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 231 Bytes

Exercises

  1. Exercise: write a python file hello.py that prints "Hello world".

  2. 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).