From d01679f4cfaf29a1a7656826dc8e2dbf63825aea Mon Sep 17 00:00:00 2001 From: Aniruddha Karajgi <31214064+Polaris000@users.noreply.github.com> Date: Mon, 16 Oct 2017 08:19:08 +0530 Subject: [PATCH 1/3] Create Gugu Gaga --- Gugu Gaga | 1 + 1 file changed, 1 insertion(+) create mode 100644 Gugu Gaga diff --git a/Gugu Gaga b/Gugu Gaga new file mode 100644 index 0000000..3cdbc4a --- /dev/null +++ b/Gugu Gaga @@ -0,0 +1 @@ +This is my solution of the problem statement From 4cd782e3b783f2739c01d800880a5dbfcf248b50 Mon Sep 17 00:00:00 2001 From: Aniruddha Karajgi <31214064+Polaris000@users.noreply.github.com> Date: Mon, 16 Oct 2017 08:20:24 +0530 Subject: [PATCH 2/3] Add files via upload --- proj40/list of numbers.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 proj40/list of numbers.py diff --git a/proj40/list of numbers.py b/proj40/list of numbers.py new file mode 100644 index 0000000..0e5ca30 --- /dev/null +++ b/proj40/list of numbers.py @@ -0,0 +1,3 @@ +for i in range(1, 51): + print(2*i - 1) + From ae48f33fd55a373f5da0a8c0aefd00f546ad57a5 Mon Sep 17 00:00:00 2001 From: Aniruddha Karajgi <31214064+Polaris000@users.noreply.github.com> Date: Mon, 16 Oct 2017 08:28:25 +0530 Subject: [PATCH 3/3] Add files via upload --- proj 40/list of numbers.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 proj 40/list of numbers.py diff --git a/proj 40/list of numbers.py b/proj 40/list of numbers.py new file mode 100644 index 0000000..0e5ca30 --- /dev/null +++ b/proj 40/list of numbers.py @@ -0,0 +1,3 @@ +for i in range(1, 51): + print(2*i - 1) +