摘要: 1 while True: 2 s="0+%s"%input("please input you number str:").replace(" ","") 3 print("------------------------%s"%eval(s)) 4 import re 5 while True: 6 a=re.search('\([... 阅读全文
posted @ 2017-04-29 06:20 人到中年万事休 阅读(380) 评论(0) 推荐(0)