Explore Library
FlashcardBeginner

Dynamic Typing and type()

Python determines types at runtime, and type() reveals an object's type.

Question

What is dynamic typing and what does the type() function do?

Click to reveal answer