From 90362aab3edc93b47e8abb0b13ce73f370fe751b Mon Sep 17 00:00:00 2001 From: vanshraisaini Date: Sun, 13 Oct 2019 22:26:57 +0530 Subject: [PATCH 1/2] commit1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a442fc1..eaf96b6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Python-Programs-Hacktoberfest Python programs for Hacktoberfest +This edit is done by 2019ume0200 + From 573b803c27b790fef2b12cf24cdafc85ee16f3b7 Mon Sep 17 00:00:00 2001 From: vanshraisaini Date: Sun, 13 Oct 2019 22:36:39 +0530 Subject: [PATCH 2/2] square of a number --- qwerty.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 qwerty.py diff --git a/qwerty.py b/qwerty.py new file mode 100644 index 0000000..7eb9f20 --- /dev/null +++ b/qwerty.py @@ -0,0 +1,2 @@ +x=input("enter a number") +print("the square of a number is ",x**2)