Explore Library
Code QuizBeginner

Indentation and Code Blocks

Spot the indentation problem in this if block.

Codepython
if True:
print("inside the block")

What is the bug in this code?