Computer Science, asked by soodkanishk23301, 3 months ago

Pyhyon programs are typed in

Answers

Answered by himanibanga170
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 ananyasharma427
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