Python lists & file operations

Quiz
•
Computers
•
10th Grade
•
Medium
Enes isik
Used 16+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How is a list created?
a = 3, 5
a = [3, 5]
a = {3, 5}
a = list
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which python code means; assign 25 to the variable x2?
25 = x2
x2 = 25
x2, 25
25, x2
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = [2, 5, 8, 1]
print("a[2]")
What is the output above?
5
8
a[2]
2
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
list1 = ["hello", "hey", "hi"]
print(list1)
How many items will be printed?
1
2
3
0
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
filename="example.txt"
with open(filename, "w") as myfile:
myfile.write("Pershendetje")
What happens here?
a file called 'example' is being read
a file called 'example' is created and some text is saved in it.
The text in the 'example' file is assigned to a variable
a variable called filename is created and it's value is printed on a file
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Write the code how to print the number of items of a list called 'mylist'?
7.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
What do you think about the difficulty level of Python?
Very difficult
A little difficult
Average
Not difficult
Easy
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
HTML Basics

Quiz
•
8th - 10th Grade
15 questions
InDesign and Typography

Quiz
•
9th - 12th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
15 questions
5.4 Excel Quizizz

Quiz
•
8th - 12th Grade
10 questions
Apa itu Powerpoint?

Quiz
•
7th - 10th Grade
10 questions
Python - Lists and Elements

Quiz
•
9th - 12th Grade
15 questions
Creating and Altering Data Structure

Quiz
•
9th - 12th Grade
14 questions
Lists, Subroutines and Sequence in Pseudocode - Python

Quiz
•
1st - 11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade