New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

USING LISTS IN PYTHON

Quiz

Played 8

About this activity

Test your knowledge of lists in Python with this fun quiz!

Created by

Saudi Arabia

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
USING LISTS IN PYTHON
 

USING LISTS IN PYTHONOnline version

Test your knowledge of lists in Python with this fun quiz!

by Sarah Usman Usman Hafeez
1

What will be the output of the following code? code: collection = [1.25, 2.5, 3.75, 4.5] collection.append(5.25) print(collection)

2

What will be the output of the following code? code: collection = [1.25, 2.5, 3.75, 4.5] collection.pop(2) print(collection)

3

Which bracket is used in lists?

4

Which method is used to make a list in descending order?

5

Lists help us overcome the problem of using many variables to store multiple values by allowing several values to be stored in one variable.

6

What will be the output of the following code? myData=[5,2.63,8,7,6.25] print(myData[4])

Choose one or more answers

7

What method adds an item to the end of a list in Python?

8

Which method removes an item from a list by value?

Are you sure you want to leave the page?

If you leave, you will lose the game in progress.