Which of the following would be displayed where we wrote ??? by Out[3]?


In [1]: numbers = list(range(10)) + list(range(5))

In [2]: numbers
Out[2]: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4]

In [3]: set(numbers)
Out[3]: ???


a. [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
b. (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
c. {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}
d. {[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}


c. {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}

Computer Science & Information Technology

You might also like to view...

The Internet is a global network connecting millions of smaller networks, computers, and other devices.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ________ is a point of light measured in dots per square inch

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ________ element creates a horizontal rule

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Local Files list provides a view of the devices and folders on your computer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology