Python workshop

Python workshop

University

10 Qs

quiz-placeholder

Similar activities

Help! A Story of Friendship--Comprehension Test

Help! A Story of Friendship--Comprehension Test

2nd Grade - University

10 Qs

WHA Quiz 2 The Church Grows Stronger

WHA Quiz 2 The Church Grows Stronger

9th Grade - University

12 Qs

Digital & MIS Sesi 6

Digital & MIS Sesi 6

University

5 Qs

ES Unit 8 Test

ES Unit 8 Test

11th Grade - University

13 Qs

Conditional Statements Quiz

Conditional Statements Quiz

University

15 Qs

B3-1.1.4 LA POPULATION DE RÉFÉRENCE

B3-1.1.4 LA POPULATION DE RÉFÉRENCE

University

10 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

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?