p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Booleans
Exercise: Create Boolean and print its type
Exercise: Create Boolean and print its type
Create a variable called
is_valid
and assign a Boolean to it. Then, print the type of
is_valid
.
reset
is_valid =
Python
Setting up Python environment...
Output