第一部分 初识python语言 -2

目录 温度转换 python 蟒蛇绘制 Talk is cheap,Show me the code — Linus Torvalds 温度转换 #e1.1 TempConvert.py def tempConvert(ValueStr): if ValueStr[-1] in ['F','f']: C=(eval(ValueStr[0:-1])-32)/1.8
相关文章
相关标签/搜索