摘要: 1 import re 2 while True: 3 x = raw_input() 4 if(x == '0+0=0'): 5 print 'True' 6 break 7 a,b,c = re.split('[+=]', x) 8 ... 阅读全文
posted @ 2014-11-01 23:44 圣让 阅读(167) 评论(0) 推荐(0) 编辑