阅读背景:

Python 数字形式转换

来源:互联网 
template = "零一二三四五六七八九"

s = input()
for c in s:
    print(template[eval(c)], end="")
template = "零一二三四五六七八九"

s = input()
f



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: