Explore Library
QuizBeginner

Dynamic Typing and type()

Using type() to inspect a value's data type at runtime.

What does type(10) return in Python?