摘要:
def func(n): def calc_str(s): s = s.strip() if s is not None else "" s = s.upper() result = 0 for c in s: re... 阅读全文
posted @ 2015-11-12 22:24
amtoor
阅读(363)
评论(0)
推荐(0)
|
摘要:
def func(n): def calc_str(s): s = s.strip() if s is not None else "" s = s.upper() result = 0 for c in s: re... 阅读全文
posted @ 2015-11-12 22:24
amtoor
阅读(363)
评论(0)
推荐(0)
|