题海让大学四年没有难题
白天模式登陆

题目详情

单选题 # 读程序,选择执行结果,其中mytest.txt内容为一行数据: 1 12 234 4567,4个数据,空格分隔. def read(): ff=open("mytest.txt","rt",encoding="UTF-8",errors="ignores") s=ff.readline() st=s.split(" ") for s in st: print(s) ff.close() read()

A. 1 12 234 4567

B. 1 12 234 4567

C. 1

D. 4567

Python程序设计课程封面

学科:Python程序设计

时间:2023-06-25 12:41:03

Copyright © 2022 津ICP备2021001502号