課程
/后端開發(fā)
/Python
/Python3 入門教程(新版)
r'''?????? ''''
2020-10-22
源自:Python3 入門教程(新版) 3-6
正在回答
a = r'''"To be, or not to be":that is the question.
Whether it\'s nobler in the mind to suffer.'
'''
轉(zhuǎn)譯也可以吧 加上\
只能在最后三個'前面加個空格了,像這樣suffer.' '''
'是這個嗎,英文的引號
慕容9265194 提問者
舉報
python3入門教程,讓你快速入門并能編寫簡單的Python程序
1 回答分別在首尾多加一個',為什么一個能輸出一個不能?
1 回答請問這兩個打印出來的為什么不一樣
1 回答print('hello,', a or)中兩個逗號之間為什么加符號 還有a前面為什么有打出一個空格呢?
5 回答有沒有大佬給我解決一下前民名字部分的取值怎么搞,輸出來9個都是第一個人 ,迷茫了
2 回答如果我已有一個字典,我想在這個字典上另加一組元素該怎么寫
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2020-11-19
a = r'''"To be, or not to be":that is the question.
Whether it\'s nobler in the mind to suffer.'
'''
2020-11-04
轉(zhuǎn)譯也可以吧 加上\
2020-11-04
只能在最后三個'前面加個空格了,像這樣suffer.' '''
2020-10-22
'是這個嗎,英文的引號