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

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

請問NameError: name 'string' is not defined什么情況?

請問NameError: name 'string' is not defined什么情況?

慕絲7291255 2022-05-08 15:07:07
>>> string.atoi('10')+4Traceback (most recent call last):File "<interactive input>", line 1, in <module>NameError: name 'string' is not defined
查看完整描述

2 回答

?
冉冉說

TA貢獻1877條經(jīng)驗 獲得超1個贊

哥們,需要import string:
>>> import string
>>> string.atoi('10') + 4
14
分析:錯誤原因說,name 'string' is not defined,意思是string沒有定義。所以import一下就好啦。

查看完整回答
反對 回復 2022-05-10
?
蕪湖不蕪

TA貢獻1796條經(jīng)驗 獲得超7個贊

int('10')
#= python3 的 string 包含的操作 =#
>>>dir(string)
['Formatter', 'Template', '_TemplateMetaclass', '__builtins__', '__cached__', '__doc__', '__file__', '__name__', '__package__', '_multimap', '_re', '_string', 'ascii_letters', 'ascii_lowercase', 'ascii_uppercase', 'capwords', 'digits', 'hexdigits', 'octdigits', 'printable', 'punctuation', 'whitespace']

查看完整回答
反對 回復 2022-05-10
  • 2 回答
  • 0 關注
  • 2753 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網(wǎng)微信公眾號