What is the output of the following code? def f(): pass print type(f())
What is the output of the following code? def f(): pass print type(f())
4 views
What is the output of the following code? def f(): pass print type(f())