List and tuple in python

List and tuple in python

7th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

IT Quiz

IT Quiz

1st - 12th Grade

10 Qs

Quiz de Programación y Lógica

Quiz de Programación y Lógica

8th Grade

10 Qs

Programacion

Programacion

1st Grade - University

5 Qs

EVALUACIÓN HALOCODE

EVALUACIÓN HALOCODE

8th Grade

9 Qs

Evaluación de Tecnología.

Evaluación de Tecnología.

1st - 12th Grade

10 Qs

Củng cố kiến thức về print()

Củng cố kiến thức về print()

6th - 8th Grade

10 Qs

Repaso2 Octavo grado

Repaso2 Octavo grado

8th Grade

5 Qs

Python

Python

6th - 11th Grade

10 Qs

List and tuple in python

List and tuple in python

Assessment

Quiz

Instructional Technology

7th - 8th Grade

Medium

Created by

AANYA KAPOOR

Used 8+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who invented python?

Alaxader Graham Bell

James Gosling

Guido Van Rossum

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is list a mutable data type?

True

False

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which two are a tuple in Python?

(99,100,101)

(11, 33, 77)

[11,22,33]

[2, 4, 6]

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Python is a _______ language.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of-

list1 = [51,52,53,54,55]

print (list1)

print (list1[4])

[51, 52, 53, 54, 55]

55

[51, 52, 53, 54, 55]

54

55

Error

Discover more resources for Instructional Technology