为了账号安全,请及时绑定邮箱和手机立即绑定

请使用两种format的方式打印字符串Life is short, you need Python。

请使用两种format的方式打印字符串Life is short, you need Python

正在回答

代码语言

2 回答

1
2
3
4
5
6
7
8
9
template = 'Life is short,you need {}'
python = 'Python'
result = template.format(python)
print(result)
template = 'life is short,you need {a}'
result = template.format(a='Python')
print(result)


1 回复 有任何疑惑可以回复我~

法一

template = python = result = template.format(python)
(result)


法二

template = result = template.format(=)
(result)


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请使用两种format的方式打印字符串Life is short, you need Python。

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号