1) What is a function used for opening files? a) load b) run c) open 2) By default the file is opened in text mode, but you can also open the file in binary mode. Which one of the following syntaxes opens the file in binary mode? a) x = bopen('demofile.txt') b) x = open('demofile.txt', 'b') 3) The default opening mode when opening a file with the open() function is 'a' for 'reading'. a) true b) false 4) After opening a file with the open() function, which method can be used to write the content? a) list() b) read() c) show() d) write() 5) To read only one line, we can use another method, which one? a) readline() b) lread() c) readl() 6) If you call the readline() method two times, it will return the two first lines. a) true b) false 7) After opening a file with the open() function, which method can be used to read the content? a) list() b) read() c) show() 8) To read only one line, we can use another method, which one? a) readline() b) readline 9) If you call the readline() method two times, it will return the two first lines. a) true b) false 10) What happens to the original file content if you open a file like this: ‘a’ a) you can write at the end b) write from a start 11) with open('demofile3.txt', 'w') as f: a) It will return an error b) A file will be created 12) open('demofile3.txt', 'w') a) The original content will be overwritten b) Any new content will be added after the original content 13) with open('demofile3.txt', 'w') as f: a) error b) not error 14) What could you replace the 'w' with to instead return an error if the file already exists? a) 'x' b) 'b' 15) To read only one line, we can use another method, which one? a) readline() b) lread() c) readl()
0%
Python
共享
共享
共享
由
Almas92
Class 10
编辑内容
打印
嵌入
更多
作业
排行榜
显示更多
显示更少
此排行榜当前是私人享有。单击
,共享
使其公开。
资源所有者已禁用此排行榜。
此排行榜被禁用,因为您的选择与资源所有者不同。
还原选项
随堂测验
是一个开放式模板。它不会为排行榜生成分数。
需要登录
视觉风格
字体
需要订阅
选项
切换模板
显示所有
播放活动时将显示更多格式。
打开成绩
复制链接
QR 代码
删除
恢复自动保存:
?