Python is a ____ level language
Python Basics - A level

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
A Brereton
Used 23+ times
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
To get the first piece of data out of a list, finish this piece of code:
list[_]
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
To get the last piece of data out of a list, finish this piece of code:
list[_]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
I have created a list called 'shopping'. I would like to add "milk" to the end of the list - what is the correct syntax?
shopping.append("milk")
shopping.append[milk]
shopping += "milk"
shopping += [milk]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default data type of input()?
string
int
depends what is entered
list
6.
OPEN ENDED QUESTION
3 mins • 1 pt
Can you explain what:
try:
num = int(input("Enter: "))
except:
print("Enter a number")
Does?
Evaluate responses using AI:
OFF
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
I would like to create a for loop which iterates from 1 to 15 - how do I finish this line of code:
for i in range(_________)
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Python Lists

Quiz
•
10th - 12th Grade
15 questions
Java Basic Data Structures

Quiz
•
6th - 10th Grade
10 questions
Study Guide - More Advanced Java

Quiz
•
11th - 12th Grade
15 questions
PCEP Section 2B: Perform different types of iterations

Quiz
•
12th Grade
15 questions
GCSE - 2.3 Producing Robust Programs

Quiz
•
9th - 11th Grade
14 questions
PYTHON DICTIONARIES

Quiz
•
11th Grade
10 questions
Python List Comprehension Review

Quiz
•
9th - 12th Grade
15 questions
PYTHON PROGRAMMING

Quiz
•
11th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

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

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

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

Quiz
•
KG - University