From a57aa650ac4bd258c635a30a0d6ae40152f4695f Mon Sep 17 00:00:00 2001 From: Naresh Negi Date: Sat, 23 Jun 2018 16:26:43 +0530 Subject: [PATCH 1/2] My Contribution --- Snapshot-1.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Snapshot-1.txt b/Snapshot-1.txt index b16c006..04daf0f 100644 --- a/Snapshot-1.txt +++ b/Snapshot-1.txt @@ -3,4 +3,7 @@ Enter the names of the Planet as you commit to this. Mercury - Vipul Gupta +Venus,Earth,Mars,Jupiter,Saturn- Naresh Negi + +Here is my contribution. From 0f7c60bd8efab1416a594cc8645536a799bdbee1 Mon Sep 17 00:00:00 2001 From: Naresh Negi Date: Sat, 23 Jun 2018 16:54:48 +0530 Subject: [PATCH 2/2] My Second Contribution --- Hello Programs/hello.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Hello Programs/hello.py b/Hello Programs/hello.py index 9f6c41a..10a8470 100644 --- a/Hello Programs/hello.py +++ b/Hello Programs/hello.py @@ -1 +1,4 @@ -print ("Vanilla") +#My contributions +p="Vanilla" +for i in p: + print (i)