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):
|
||||
sum += i
|
||||
return sum
|
||||
pass
|
||||
##
|
||||
|
||||
def tests(f):
|
||||
inputs = [[10], [100], [3845]]
|
||||
|
@ -17,7 +17,7 @@ def leet_speak(text):
|
||||
else:
|
||||
tekst += i
|
||||
return tekst
|
||||
|
||||
##aa
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user