Add files via upload

This commit is contained in:
Aniruddha Karajgi 2017-10-16 08:20:24 +05:30 committed by GitHub
parent d01679f4cf
commit 4cd782e3b7
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)