What will be the output of the following Python code?
s =set()
type(s)
s =set()
type(s)
(β version to be launched shortly)
Best & Easiest Way to Self-Master Python
s =set()
type(s)