Pyhyon programs are typed in
Answers
Answered by
0
Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly, procedural), object-oriented, and functional programming. Python is often described as a "batteries included" language due to its comprehensive standard library.
Answered by
1
Answer:
type() method returns class type of the argument(object) passed as parameter. type() function is mostly used for debugging purposes. Two different types of arguments can be passed to type() function, single and three argument. If single argument type(obj) is passed, it returns the type of given object.
Explanation:
Hope I help you please mark my question and follow me ❤❤✌✌
Similar questions