課程
/后端開發(fā)
/Python
/初識Python
Traceback (most recent call last): ?File "
2016-04-08
源自:初識Python 7-1
正在回答
跟我的一模一樣,至今不知道怎么解決,你搞定了嗎?當前老師如果有事或者身體不舒服等特殊情況的時候,會找其他老師客串一下,以免耽誤課程上線的時間
錯誤位置:在第一行
錯誤類型為:名字錯誤。
錯誤內(nèi)容:‘s'這個名字你還沒有聲明定義。
s沒有定義
s 沒有定義
inNameError: name 's' is not defined
錯誤類型:inNameError
錯誤描述:name 's' is not defined
File "", line 1, inNameError: name 's' is not defined
第一行,聲明錯誤:s,沒有被定義
報錯信息說了 s 沒有聲明。
NameError: name 's' is not defined
命名錯誤: s 沒有定義
應該是沒有給s賦值,不知道s是一個list,tuple或者只是一個變量
舉報
學python入門視頻教程,讓你快速入門并能編寫簡單的Python程序
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2022-03-23
跟我的一模一樣,至今不知道怎么解決,你搞定了嗎?當前老師如果有事或者身體不舒服等特殊情況的時候,會找其他老師客串一下,以免耽誤課程上線的時間
2017-08-21
錯誤位置:在第一行
錯誤類型為:名字錯誤。
錯誤內(nèi)容:‘s'這個名字你還沒有聲明定義。
2016-10-31
s沒有定義
2016-10-26
s 沒有定義
2016-06-15
inNameError: name 's' is not defined
錯誤類型:inNameError
錯誤描述:name 's' is not defined
2016-04-08
File "", line 1, inNameError: name 's' is not defined
第一行,聲明錯誤:s,沒有被定義
2016-04-08
報錯信息說了 s 沒有聲明。
NameError: name 's' is not defined
命名錯誤: s 沒有定義
2016-04-08
應該是沒有給s賦值,不知道s是一個list,tuple或者只是一個變量