forked from tdwojak/Python2017
Moje rozwiązanie
Signed-off-by: s45167 <krzysztof.spalinski@op.pl>
This commit is contained in:
parent
f5aa1671bb
commit
169b197614
@ -14,7 +14,7 @@ def common_chars(string1, string2):
|
|||||||
if (i in sorted(string2)) and i!=" " and i not in cc:
|
if (i in sorted(string2)) and i!=" " and i not in cc:
|
||||||
cc.append(i)
|
cc.append(i)
|
||||||
return cc
|
return cc
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def tests(f):
|
def tests(f):
|
||||||
|
Loading…
Reference in New Issue
Block a user