🐍
Python Mastery
Study Path
Videos
Flashcards
Quiz
Code Editor
Mock Test
Cheat Sheet
Progress
← Back to Home
Interactive Quiz
Test your knowledge with instant feedback and explanations
Select Topic
All Topics
Control Flow
Data Structures
Exception Handling
File Handling
Functions
OOPs Concepts
Python Basics
String Operations
Question 1 of 15
Score: 0
What will be the output of: print(type(5.0))?
<class 'int'>
<class 'float'>
<class 'str'>
<class 'bool'>
Next Question