forked from tdwojak/Python2017
M
Signed-off-by: s45167 <krzysztof.spalinski@op.pl>
This commit is contained in:
parent
17fb92a783
commit
b585ba73ad
@ -12,7 +12,7 @@ def sum_div35(n):
|
|||||||
if (i % 5 == 0) or (i % 3 == 0):
|
if (i % 5 == 0) or (i % 3 == 0):
|
||||||
sum += i
|
sum += i
|
||||||
return sum
|
return sum
|
||||||
pass
|
##
|
||||||
|
|
||||||
def tests(f):
|
def tests(f):
|
||||||
inputs = [[10], [100], [3845]]
|
inputs = [[10], [100], [3845]]
|
||||||
|
@ -17,7 +17,7 @@ def leet_speak(text):
|
|||||||
else:
|
else:
|
||||||
tekst += i
|
tekst += i
|
||||||
return tekst
|
return tekst
|
||||||
|
##aa
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user