2022年9月青少年软件编程(Python)等级考试五级【学生版】
12022年9月青少年软件编程(Python)等级考试试卷(五级)一、单选题(共25题,共50分)1.已知字符串:s="语文,数学,英语",执行print(s.split(","))语句后结果是?()A.['语文','数学','英语']B.[语文,数学,英语]C.['语文,数学,英语']D.['语文数学英语']2.能输出下面字符串的是?()what'sthis?it'san"apple"A.print("what\'sthis?\nit\'san\"apple\"")B.print("what'sthis?it'san\"apple\"")C.print('what'sthis?\nit'sa...
2024-03-02
35KB 7 页 221
1菜币