沒看懂答案launguage
print('Life?is?short,?you?need?{}'.format('Python')) print('Life?is?short,?you?need?{launguage}'.format(?launguage?=?'Python'))
print('Life?is?short,?you?need?{}'.format('Python')) print('Life?is?short,?you?need?{launguage}'.format(?launguage?=?'Python'))
2021-01-26
舉報(bào)
2021-01-26
指定對應(yīng)名字,即launguage=Python
2021-01-27
好謝謝