▶ Playground
Test your skills

Python quiz engine

Quick checkpoints to make sure concepts actually stick.

Question 01

Which keyword defines a function in Python?

Adefine
Bfunc
Cdef
Dlambda
Question 02

Which of these data types is immutable?

AList
BDictionary
CSet
DTuple
Question 03

What does len("Python") return?

A5
B6
C7
DError
Question 04

Which symbol starts a comment in Python?

A//
B#
C/*
D--

Ready for more?

Try the full Python tutorial path or jump into the playground.

Continue learning →