forked from tdwojak/Python2017
Done
This commit is contained in:
parent
b6a0c7978c
commit
fde31ec283
@ -9,7 +9,10 @@ Oba napisy będą składać się wyłacznie z małych liter.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def common_chars(string1, string2):
|
def common_chars(string1, string2):
|
||||||
pass
|
strg1 = list(string1)
|
||||||
|
strg2 = list(string2)
|
||||||
|
sum = strg1 + strg2
|
||||||
|
print(sorted(sum))
|
||||||
|
|
||||||
|
|
||||||
def tests(f):
|
def tests(f):
|
||||||
|
Loading…
Reference in New Issue
Block a user