Python workshop

Python workshop

University

10 Qs

quiz-placeholder

Similar activities

Quizathon 9

Quizathon 9

University

15 Qs

Family Engagement Quiz

Family Engagement Quiz

University

6 Qs

Gerunds and Infinitives Quiz

Gerunds and Infinitives Quiz

University

11 Qs

Grade 5 Blue Topic 1 Assessment

Grade 5 Blue Topic 1 Assessment

5th Grade - University

13 Qs

Python Perfectionnement,  AsyncIO

Python Perfectionnement, AsyncIO

University

15 Qs

LECTURE  QUIZ - VSS 2025 - 𝗣𝗿𝗼𝗳. 𝗗𝗿. 𝗔𝗶𝘀𝘆𝗮𝗵 𝗔𝗯𝗱𝘂𝗹 𝗥𝗮𝗵𝗺𝗮𝗻

LECTURE QUIZ - VSS 2025 - 𝗣𝗿𝗼𝗳. 𝗗𝗿. 𝗔𝗶𝘀𝘆𝗮𝗵 𝗔𝗯𝗱𝘂𝗹 𝗥𝗮𝗵𝗺𝗮𝗻

University

5 Qs

Evaluación de Conocimientos Básicos sobre Java

Evaluación de Conocimientos Básicos sobre Java

University

12 Qs

NEP 2020 and LMS Implementation Quiz

NEP 2020 and LMS Implementation Quiz

University

15 Qs

Python workshop

Python workshop

Assessment

Quiz

others

University

Hard

Created by

Menaka Karichiyappakumar

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

error
d
4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("hello " * 2)

hellohello
error
hello hello
hello

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you add a new key-value pair to an existing dictionary d?
d.add(key, value)
d[key] = value
d.append(key, value)
d.insert(key, value)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the valid list
list_1 = []
list_2 = [1,2,3,[4,5],6]
list_3 = ["abcd" , {1: "one"}]
all the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

10
55

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

yes
no

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

hello
hellokitty
hello\nkitty
kitty

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?