Python workshop

Python workshop

University

10 Qs

quiz-placeholder

Similar activities

Transforming Direct Instruction Quiz

Transforming Direct Instruction Quiz

University

10 Qs

Gravity

Gravity

University

10 Qs

Inquiry-Based Learning Quiz

Inquiry-Based Learning Quiz

University

10 Qs

Cloud Computing & Google Services

Cloud Computing & Google Services

University

10 Qs

RTI: An Introduction to Tier 3 Problem-Solving Teams Quiz

RTI: An Introduction to Tier 3 Problem-Solving Teams Quiz

University

6 Qs

Topic 12- Developing and Marketing Products

Topic 12- Developing and Marketing Products

University

15 Qs

Anjali's Quizz

Anjali's Quizz

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?