forked from tdwojak/Python2018
done
This commit is contained in:
parent
1bf2836b87
commit
48ad94be01
@ -9,7 +9,7 @@ Oba napisy będą składać się wyłacznie z małych liter.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def common_chars(string1, string2):
|
def common_chars(string1, string2):
|
||||||
pass
|
return sorted(set(string1.replace(' ',''))& set(string2.replace(' ','')))
|
||||||
|
|
||||||
|
|
||||||
def tests(f):
|
def tests(f):
|
||||||
|
Loading…
Reference in New Issue
Block a user