问答详情
源自:3-7 Python的字符串format

没看懂答案launguage

print('Life is short, you need {}'.format('Python'))
print('Life is short, you need {launguage}'.format( launguage = 'Python'))


提问者:weixin_慕粉5331303 2021-01-26 15:56

个回答

  • 努力学习ing的小钟
    2021-01-26 19:14:06
    已采纳

    指定对应名字,即launguage=Python

  • weixin_慕粉5331303
    2021-01-27 10:27:45

    好谢谢