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
Python is a ____ level language
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 Wayground
10 questions
Database Validation

Quiz
•
12th Grade
10 questions
Python списки

Quiz
•
10th Grade
12 questions
Sequencing, Selection and Iteration

Quiz
•
8th - 10th Grade
15 questions
PCEP Section 3B: list methods: append(), insert(), index()

Quiz
•
12th Grade
12 questions
Search Algorithms

Quiz
•
9th - 11th Grade
10 questions
Comp Sci unit 3 #10

Quiz
•
11th Grade
15 questions
APCSP Cumulative Test 2

Quiz
•
9th - 12th Grade
12 questions
Ltihan Soal TLJ 02

Quiz
•
12th 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