第19131题 单选
以下Python字符串format代码的执行结果是什么?
'{2},{0},{1}'.format('You','need','Python')
A

'Python, need, You'

B

'Python,You,need'

C

'need,You,Python'

D

'need,Python,You'

提交0次 正确率0.00%
答案解析