单项选择题
下面的语句中,那个可以正确输出:“卡西最专业”?()
A.print(’{2}{0}{1}’%format(’最’,’专业’,’卡西’))
B.print(’{3}{1}{2}’.format(’最’,’专业’,’卡西’))
C.print(’{2}{0}{1}’.format(’最’,’专业’,’卡西’))
D.print(’{%s}{%s}{%s}’.format(’最’,’专业’,’卡西’))
点击查看答案&解析
