From 266374749ce17ba257cd01ca6b397e9a6e92d2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Lars=C3=A9n?= Date: Sun, 14 Mar 2021 15:37:54 +0000 Subject: [PATCH] Remove exercise 2 --- README.md | 5 ----- 1 file changed, 5 deletions(-) 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.