1
0
forked from tdwojak/Python2017
This commit is contained in:
s45148 2017-11-19 15:44:10 +01:00
parent ef738800ee
commit 7c35d1ea07

View File

@ -8,7 +8,6 @@ Jeśli podany argument jest mniejszy od 1 powinna być zwracana wartość 0.
def sum_from_one_to_n(n): def sum_from_one_to_n(n):
ResultList = [] ResultList = []
for z in
if n <1: if n <1:
ResultList.append(0) ResultList.append(0)
else: else: