Aug 28, 2024
=
operatordef
keyword to define a functionreturn
for
loops to iterate over sequenceswhile
loops for repeated execution based on a conditionclass
keyword__init__
method to initialize objectstry
and except
blocks to handle errors gracefullyraise
statement