1
0
forked from tdwojak/Python2018
This commit is contained in:
Sylwia Miśkiewicz 2018-06-01 07:59:38 +02:00
parent 1bf2836b87
commit 48ad94be01

View File

@ -9,7 +9,7 @@ Oba napisy będą składać się wyłacznie z małych liter.
"""
def common_chars(string1, string2):
pass
return sorted(set(string1.replace(' ',''))& set(string2.replace(' ','')))
def tests(f):