1.

What is the syntax of the following Python code?

A. {5,6,7}
B. frozenset({5,6,7})
C. Error, not possible to convert set into frozenset
D. Syntax errorView Answer
Answer» C. Error, not possible to convert set into frozenset


Discussion

No Comment Found