Search Header Logo

Python 05 Dictionary/2D List

Authored by codeJuniors codeJuniors

Other

4th - 8th Grade

Used 11+ times

Python 05 Dictionary/2D List
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

#How to you define an empty dictionary called myDict

myDict = " "

myDict = 0

myDict = [ ]

myDict = { }

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

#Which is the key and value

car = {"Brand" : "BMW"}

Key: Brand. Value: BMW

Key BMW, Value: Brand

{"Brand" : "BMW"}

"Brand" : "BMW"

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

#Can the keys in a dictionary be the same name?

Yes

No

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

#What is the output?

3

a,b,c

amt,bull,cow

6

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

#What is the output?

"A", "B", "C"

"Apple", "Banana","Carrot"

"A": "Apple", "B": "Banana", "C":"Carrot"

Error

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

#What is the output?

"Apple", "Banana", "Carrot"

"A","B","C"

"A": "Apple", "B": "Banana", "C":"Carrot"

Error

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

#How to print "Apple"


myDict = {"A": "Apple", "B": "Banana", "C":"Carrot"}

print(myDict["A"])

print(myDict[0])

print(myDict{0})

print(myDict{"A"})

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?