输入一串字符,检查是否可以组成friend
Posted backlight
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了输入一串字符,检查是否可以组成friend相关的知识,希望对你有一定的参考价值。
"""
输入一串字符,检查是否可以组成friend
"""
from collections import Counter
def foo(num_list):
for i in friend:
try:
num = count[i]
if num < num_list[0]:
num_list.pop()
num_list.append(num)
except KeyError as e:
print(‘输入的字符串不能组成friend。。。‘)
return False
return num_list
my_str = input(‘随意输入一串字符:‘)
count = dict(Counter(my_str))
friend = ‘friend‘
num_list = [len(my_str)]
if foo(num_list):
print(‘可以组成 {} 个friend!‘.format(num_list))
以上是关于输入一串字符,检查是否可以组成friend的主要内容,如果未能解决你的问题,请参考以下文章