Writing files in python

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Adrian Ortiga
Used 11+ times
FREE Resource
13 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
One of the simplest ways to save data in Python is to write it to a _____
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is one of the simplest ways to save data in python?
At home
Keyword
File
Folder
3.
DRAG AND DROP QUESTION
1 min • 1 pt
When you write text to a (a) , the output will still be (b) after you (c) the terminal containing your program’s (d) .
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write python the python code to open a the file "notes.txt" in write mode as file_object.
with open("notes.txt","r") as file_object:
with open("notes.txt","a") as file_object:
with open("notes.txt","x") as file_object:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write python the python code to open a the file "data.txt" in reading mode as file_object.
with open('data.txt','w') as file_object:
with open('data.txt',"a") as file_object:
with open("data.txt",'x') as file_object:
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write python the python code to open a the file "students.txt" in append mode as file_object.
with open('students.txt', 'w') as file_object:
with open('students.txt', "r") as file_object:
with open("students.txt", 'x') as file_object:
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What can Python write to a text file?
numerical data
strings
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Y10 Python Text Files

Quiz
•
10th Grade
10 questions
File Handling in Python

Quiz
•
11th - 12th Grade
13 questions
Binary files in Python

Quiz
•
12th Grade
15 questions
File Handling in Python

Quiz
•
12th Grade
10 questions
File Type Extensions

Quiz
•
8th Grade - University
8 questions
Python Files I/O

Quiz
•
6th - 12th Grade
10 questions
Python file

Quiz
•
1st - 10th Grade
8 questions
PYTHON FILES

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
50 questions
Trivia 7/25

Quiz
•
12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
6 questions
RL.10.1 Cite Evidence

Quiz
•
10th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
14 questions
Algebra 1 SOL Review #1

Quiz
•
9th Grade