第一部分 初識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
相關文章
相關標籤/搜索