Explore Library
Code QuizBeginner

Basic Data Types

Identify the type mistake in a boolean value.

Codepython
is_active = true
print(is_active)

What is the bug in this code?