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コード
削除
自動保存:
を復元しますか?