摘要: import reimport sysclass Dup_input: def __init__(self,str_input): self.s=str_input self.l=len(str_input)-1 self.count = (1 if any(x.isupper() for x in 阅读全文
posted @ 2021-01-29 15:31 王晓驰 阅读(106) 评论(0) 推荐(0)