forked from tdwojak/Python2017
task07 passed
This commit is contained in:
parent
53c2cb3f5f
commit
63739e6968
@ -11,6 +11,7 @@ def char_sum(text):
|
|||||||
suma += ord(element)
|
suma += ord(element)
|
||||||
return(suma)
|
return(suma)
|
||||||
|
|
||||||
|
|
||||||
def tests(f):
|
def tests(f):
|
||||||
inputs = [["this is a string"], ["this is another string"]]
|
inputs = [["this is a string"], ["this is another string"]]
|
||||||
outputs = [1516, 2172]
|
outputs = [1516, 2172]
|
||||||
|
Loading…
Reference in New Issue
Block a user