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) 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.