diff --git a/README.md b/README.md index 3b350cd..c6c12de 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,3 @@ submit the results by pushing them to your repository. ### Exercise 1 Write a program `hello.py` that prints "Hello, world!" to standard output. - -### Exercise 2 - -Write another program `add.py` that prompts the user for two numbers and prints -the sum of those numbers to standard output.