add pythons exercises

This commit is contained in:
Grzegorz Rogozik 2020-01-12 13:44:55 +01:00
parent 6601a0a464
commit ae198bff57

View File

@ -12,5 +12,3 @@ def sum_from_one_to_n(number):
ret += ile * ile
return ret
if __name__ == '__main__':
print sum_from_one_to_n(2015)