What is a function used for opening files?, load, run, open, 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?, x = bopen('demofile.txt'), x = open('demofile.txt', 'b'), The default opening mode when opening a file with the open() function is 'a' for 'reading'., true, false, After opening a file with the open() function, which method can be used to write the content?, list(), read(), show(), write(), To read only one line, we can use another method, which one?, readline(), lread(), readl(), If you call the readline() method two times, it will return the two first lines., true, false, After opening a file with the open() function, which method can be used to read the content?, list(), read(), show(), To read only one line, we can use another method, which one?, readline(), readline, If you call the readline() method two times, it will return the two first lines., true, false, What happens to the original file content if you open a file like this: ‘a’, you can write at the end, write from a start, with open('demofile3.txt', 'w') as f:, It will return an error, A file will be created, open('demofile3.txt', 'w'), The original content will be overwritten, Any new content will be added after the original content, with open('demofile3.txt', 'w') as f:, error, not error, What could you replace the 'w' with to instead return an error if the file already exists?, 'x', 'b', To read only one line, we can use another method, which one?, readline(), lread(), readl().
0%
Python
Ортақ пайдалану
Ортақ пайдалану
Ортақ пайдалану
Almas92
бойынша
Class 10
Мазмұнды өңдеу
Басып шығару
Ендіру
Қосымша
Тағайындаулар
Көшбасшылар тақтасы
Қосымша көрсету
Азырайтып көрсету
Бұл көшбасшылар тақтасы қазір жеке. Оны жалпыға ортақ ету үшін
Бөлісу
түймесін басыңыз.
Бұл көшбасшылар тақтасын ресурс иесі өшірген.
Бұл көшбасшылар тақтасы өшірілген, себебі сіздің мүмкіндіктеріңіз мазмұн иесінің мүмкіндіктерінен өзгеше.
Параметрлерді қайтарыңыз
Викторина
— ашық үлгі. Ол көшбасшылар тақтасы үшін ұпайлар тудырмайды.
Жүйеге кіру қажет
Визуалды стиль
Қаріптер
Жазылым қажет
Опциялар
Үлгіні ауыстыру
Барлығын көрсету
Әрекетті ойнаған сайын қосымша пішімдер пайда болады.
Нәтижелерді ашу
Сілтемені көшіру
QR коды
Өшіру
Өңдеуді жалғастыру:
?