This commit is contained in:
Aniruddha Karajgi 2017-10-16 12:09:26 +00:00 committed by GitHub
commit f528fb6409
3 changed files with 7 additions and 0 deletions

1
Gugu Gaga Normal file
View File

@ -0,0 +1 @@
This is my solution of the problem statement

View File

@ -0,0 +1,3 @@
for i in range(1, 51):
print(2*i - 1)

View File

@ -0,0 +1,3 @@
for i in range(1, 51):
print(2*i - 1)