字符个数统计
https://www.nowcoder.com/practice/eb94f6a5b2ba49c6ac72d40b5ce95f50
a=input() b=set(a) print(len(b))
暂无评论,快来抢首评~
相关推荐