第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

這是將字符串轉(zhuǎn)化為浮點(diǎn)數(shù)的代碼:point有什么作用,其中的f,n是干什么用的

這是將字符串轉(zhuǎn)化為浮點(diǎn)數(shù)的代碼:point有什么作用,其中的f,n是干什么用的

xiaoxiaomengmeng 2016-09-13 15:58:52
from functools import reduceCHAR_TO_FLOAT = {? ? '0': 0,? ? '1': 1,? ? '2': 2,? ? '3': 3,? ? '4': 4,? ? '5': 5,? ? '6': 6,? ? '7': 7,? ? '8': 8,? ? '9': 9,? ? '.': -1}def str2float(s):? ? nums = map(lambda ch: CHAR_TO_FLOAT[ch], s)? ? point = 0? ? def to_float(f, n):? ? ? ? nonlocal point? ? ? ? if n == -1:? ? ? ? ? ? point = 1? ? ? ? ? ? return f? ? ? ? if point == 0:? ? ? ? ? ? return f * 10 + n? ? ? ? else:? ? ? ? ? ? point = point * 10? ? ? ? ? ? return f + n / point? ? return reduce(to_float, nums, 0.0)print(str2float('123.456'))print(str2float('123.45600'))
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 2116 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)