1
0
forked from tdwojak/Python2017
This commit is contained in:
s45147 2017-11-20 10:19:15 +01:00
parent 66007e3252
commit e1ae7f9cae

View File

@ -17,7 +17,7 @@ def common_chars(string1, string2):
wspolne.append(z1) wspolne.append(z1)
return wspolne.sort() return wspolne.sort()
def tests(f): def tests(f):
inputs = [["this is a string", "ala ma kota"]] inputs = [["this is a string", "ala ma kota"]]