Add files via upload

This commit is contained in:
Aniruddha Karajgi 2017-10-16 08:28:25 +05:30 committed by GitHub
parent 4cd782e3b7
commit ae48f33fd5
1 changed files with 3 additions and 0 deletions

View File

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