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 코드
삭제
자동 저장된
게임을 복구할까요?