ðĨ
Daily Quiz Challenge
Mar 29, 2026
Today's Challenge: Python Basics Quiz
Complete today's quiz to build your streak!
Next challenge in
--:--:--
hours
Today's Challenge
Q
1
/5
120s
Login
to save your streak and appear on the leaderboard!
What is the output of print(type([]))?
<class 'list'>
<class 'tuple'>
<class 'dict'>
<class 'set'>
[] is a list so type([]) returns <class 'list'>
Which keyword defines a function in Python?
function
def
func
define
The def keyword is used to define functions.
What does len('hello') return?
4
5
6
7
hello has 5 characters so len returns 5.
Python is a compiled language.
True
False
Python is interpreted not compiled.
Which creates a dictionary in Python?
[]
()
{}
<>
Curly braces with key:value pairs create a dict.
Prev
Next
Submit
Today's Leaderboard
Be the first to complete today's challenge!
ðĨ
Streak Leaderboard
No streaks yet â start yours!