Python workshop

Python workshop

University

10 Qs

quiz-placeholder

Similar activities

B3-1.1.4 LA POPULATION DE RÉFÉRENCE

B3-1.1.4 LA POPULATION DE RÉFÉRENCE

University

10 Qs

Python Perfectionnement,  AsyncIO

Python Perfectionnement, AsyncIO

University

15 Qs

9 Unit Assessment: ANY QUESTIONS? [Book 2]

9 Unit Assessment: ANY QUESTIONS? [Book 2]

5th Grade - University

10 Qs

outsourcing

outsourcing

University

10 Qs

Digital & MIS Sesi 6

Digital & MIS Sesi 6

University

5 Qs

Conditional Statements Quiz

Conditional Statements Quiz

University

15 Qs

NEP 2020 and LMS Implementation Quiz

NEP 2020 and LMS Implementation Quiz

University

15 Qs

Gerunds and Infinitives Quiz

Gerunds and Infinitives Quiz

University

11 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?