add pythons exercises
This commit is contained in:
parent
6601a0a464
commit
ae198bff57
@ -12,5 +12,3 @@ def sum_from_one_to_n(number):
|
|||||||
ret += ile * ile
|
ret += ile * ile
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
print sum_from_one_to_n(2015)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user