第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%
答案解析