Python等级考试(1~6级)全部真题・点这里
一、单选题(共25题,每题2分,共50分)
第1题
已知字符串:s=“语文,数学,英语”,执行print(s.split(“,”))语句后结果是?( )
A: [‘语文’, ‘数学’, ‘英语’]
B: [语文, 数学, 英语]
C: [‘语文, 数学, 英语’]
D: [‘语文 数学 英语’]
答案:A
第2题
能输出下面字符串的是?( )
what's this?
it's an "apple"
A: print(“what\'s this?\nit\'s an \“apple\””)
B: print(“what’s this? it’s an \“apple\””)
C: print(‘what’s this?\nit’s an “apple”’)
D: print(“what\'s this?\nit