题目6单选题
表达式'first:{1},second:{3},third:{0},forth:{2}'.format('高数','英语','python','政治')的值为()A. 'first:高数,second:英语,third:python,forth:政治'B. 'first:高数,second:python,third:政治,forth:英语'C. 'first:英语,second:高数,third:python,forth:政治'D. 'first:英语,second:政治,third:高数,forth:python'