题解 | #错误出现的次数#
错误出现的次数
https://www.nowcoder.com/practice/01da65ec58f84fba93611aae4735f68b
total = input().split() print(total.count('0'))
原来是有count这个函数...难绷
错误出现的次数
https://www.nowcoder.com/practice/01da65ec58f84fba93611aae4735f68b
total = input().split() print(total.count('0'))
原来是有count这个函数...难绷
相关推荐