- 1
Objects and Methods
Hello everyone Could you please let me know what does this mean? "" What type of object is a method? Function "" I cannot understand since we have seen all of them are different things!!!
2 Answers
+ 2
where did u find it?
0
def show():
print("show")
print(type(show))
Returns type function.