Search Header Logo

Intermediate python

Authored by Regensu Live

Computers

9th - 12th Grade

Used 2+ times

Intermediate python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dictionary = {“name”:”Max”,”age”:27}

print(dictionary)

What is the output?

{‘name’:’Max’,’age’:27}

{name:Max,age:27}

‘name’:’Max’,’age’:27

name:Max,age:27

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the ways to make a dictionary?

A = {“name”:Max}

A = dict(name=Max

A = [“name”:Max]

A = [name = Max]

A = (“name”:”Max”)

A = dict[name = Max

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a dictionary?

Items with Key-Value Pairs

Immutable list

Mutable list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dictionary = {“name”:”Max”}

Value = dictionary[“name”]

print(Value)

What is the output?

Max

“Max”

{‘Max’}

[Max]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

D = {“name”:”Max”}

D[“name”] = “Sam”

Print(D)

What is the output?

{‘name’:’Sam’}

Sam

[‘name’]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add something in a dictionary?

Dictionary[“age”] = 3

Dictionary.add(“age”: 3)

Dictionary.update(“age”:3)

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the ways to delete an item in a dictionary?

del D[“name”]

D.remove[name]

D.pop(“name”)

D.delete(“name”)

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?