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.
Python
Setting up Python environment...
Output