Python_List_fun

Python_List_fun

11 Qs

quiz-placeholder

Similar activities

9 сынып Python программалау тілінде алгоритмдерді программалау

9 сынып Python программалау тілінде алгоритмдерді программалау

1st Grade

10 Qs

Quiz - Pengenalan Sistem Operasi

Quiz - Pengenalan Sistem Operasi

12th Grade

15 Qs

conditional constructs in Java

conditional constructs in Java

10th Grade

10 Qs

Internet

Internet

7th - 10th Grade

10 Qs

Gr3-Scratch - Revision

Gr3-Scratch - Revision

3rd - 5th Grade

11 Qs

Основные понятия языка программирования PYTHON

Основные понятия языка программирования PYTHON

7th Grade

12 Qs

Quiz on List and Tuples

Quiz on List and Tuples

University

16 Qs

Micro:bit assessment 1

Micro:bit assessment 1

7th - 8th Grade

10 Qs

Python_List_fun

Python_List_fun

Assessment

Quiz

Computers

Practice Problem

Hard

Created by

GHIS 2023

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which List is Correct

my_list =

[1, "Hello", 3.4]

my_list = [1, 2, 3.4]

my_list = [ ]

All the previous

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To add items to a python list

insert()

append()

Extend()

All previous

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

numbers = [21, 34, 54, 12]

numbers.----------------(32)

#The output is [21, 34, 54, 12,32]

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

my_list = [1, "Hello", 3.4]

The index of "Hello" in the previous list is ------------

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To Combine items of two lists in python we use ---------------- method

extend()

insert()

merge()

all previous

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

vowel = ['a', 'e', 'i', 'u']

vowel.----------------(3, 'o')

print('List:', vowel)

 

# Output: List: ['a', 'e', 'i', 'o', 'u']

append

pop

insert

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

languages = ['Python', 'Swift', 'C++', 'C', 'Java', 'Rust', 'R']

languages.---------------('Python')

print(languages)

# The Output is ['Swift', 'C++', 'C', 'Java', 'Rust', 'R']

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?