Решение задач Code Wars на Python. Scramblies. 5 kyu

preview_player
Показать описание
Complete the function scramble(str1, str2) that returns true if a portion of str1 characters can be rearranged to match str2, otherwise returns false.
Notes:
Only lower case letters will be used (a-z). No punctuation or digits will be included.
Performance needs to be considered.

Разбор задач с Code Wars:
Разбор задач по Python (Питон):
"Поколение Python": курс для профессионалов -

Рекомендации по теме