Какой способ является правильным для открытия файла в Python с использованием функции open()?
PYTHON FILES

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Сергей Тращенков
Used 6+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
open(file_name)
open_file(file_name)
open_file(file_name, "r")
file_open(file_name)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой режим является значением по умолчанию при использовании функции open() в Python?
чтение
запись
добавление
ни один из предложенных
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как закрыть файл после того, как он был открыт с помощью функции open() в Python?
close_file()
end_file()
file.close()
stop_file()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как прочитать содержимое файла в Python после того, как он был открыт с помощью функции open()?
read_file()
file.read()
get_contents()
file.readme()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как записать в файл в Python после того, как он был открыт с помощью функции open()?
write_file(data)
file.write(data)
put_data(data)
data.write()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой способ является правильным для открытия файла в режиме записи в Python с использованием функции open()?
open(file_name, "w")
open_file(file_name, "write")
open_file(file_name)
file_open(file_name, mode ="w")
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что происходит с файлом, когда блок кода выполняется внутри оператора with open() as в Python?
Файл остается открытым
Файл закрывается автоматически
Файл удаляется
Ничего, файл остается неизменным
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как открыть файл в режиме чтения с использованием оператора with open() as в Python?
with open("file.txt") as f:
with open("file.txt", "w") as f:
with open("file.txt", "a") as f:
with open("file.txt", mode="read") as f:
Similar Resources on Quizizz
10 questions
Сортировка, удаление и вставка элементов в двумерные массивы.

Quiz
•
9th Grade
11 questions
Процедуры и функции

Quiz
•
10th Grade
10 questions
Trắc nghiệm: Bài 16-Ngôn ngữ lập trình bậc cao và Python

Quiz
•
10th Grade
6 questions
Python LVL3 | M5L4 | Matplotlib, OpenCV

Quiz
•
9th - 12th Grade
10 questions
Создание 3D фигур в SketchUp

Quiz
•
6th Grade - University
10 questions
Алгоритмы. Языки программирования

Quiz
•
10th Grade
10 questions
Python file

Quiz
•
1st - 10th Grade
8 questions
Python 3 модуль

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
15 questions
Character Analysis

Quiz
•
4th Grade
12 questions
Multiplying Fractions

Quiz
•
6th Grade
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade
Discover more resources for Computers
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
14 questions
Attributes of Linear Functions

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University
50 questions
Biology Regents Review 2: Ecology

Quiz
•
9th - 12th Grade