题解 | #错误出现的次数#
错误出现的次数
https://www.nowcoder.com/practice/01da65ec58f84fba93611aae4735f68b
number_list=list(map(int,input().split(' ')))
print(number_list.count(0))
python中的count函数:
错误出现的次数
https://www.nowcoder.com/practice/01da65ec58f84fba93611aae4735f68b
number_list=list(map(int,input().split(' ')))
print(number_list.count(0))
python中的count函数:
相关推荐