单项选择题

A.print(’{2}{0}{1}’%format(’最’,’专业’,’卡西’))
B.print(’{3}{1}{2}’.format(’最’,’专业’,’卡西’))
C.print(’{2}{0}{1}’.format(’最’,’专业’,’卡西’))
D.print(’{%s}{%s}{%s}’.format(’最’,’专业’,’卡西’))