forked from tdwojak/Python2017
z1, z3
This commit is contained in:
parent
ef738800ee
commit
7c35d1ea07
@ -8,7 +8,6 @@ Jeśli podany argument jest mniejszy od 1 powinna być zwracana wartość 0.
|
||||
|
||||
def sum_from_one_to_n(n):
|
||||
ResultList = []
|
||||
for z in
|
||||
if n <1:
|
||||
ResultList.append(0)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user