python dictionary and set

python dictionary and set

Professional Development

15 Qs

quiz-placeholder

Similar activities

Fundamental Python

Fundamental Python

Professional Development

14 Qs

Day8_Quiz_NBKR

Day8_Quiz_NBKR

Professional Development

10 Qs

HTML, CSS, JS Quiz

HTML, CSS, JS Quiz

Professional Development

20 Qs

day8

day8

Professional Development

10 Qs

operators in python

operators in python

Professional Development

14 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

Python - CDT

Python - CDT

Professional Development

20 Qs

Python LIST

Python LIST

Professional Development

10 Qs

python dictionary and set

python dictionary and set

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Assistant Chennai

Used 161+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The code snippet above outputs

error

None

NaN

-1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The code above prints

Math

Physics

Chemistry

English

4

3.8

3.6

3.7

None

None

None

None

NaN

NaN

NaN

NaN

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the program above

e

y

t

g

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The output of the code above is

[101, 102, 103, 104]

[3.6, 3.7, 3.8, 4]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the code above

[3.6, 3.7, 3.8, 4]

[101, 102, 103, 104]

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

Which of the following code deletes the key 103 and its value

del grades[103]

grades.pop(103)

del grades["103"]

grades.pop("103")

Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Square brackets in an assignment statement will create which type of data structure?

( s=[] )

List

Queue

Dictionary

Set

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?