Question: Cologne ) Boolean Data type Boolean Values The Boolean data type in Python is expressed as True or False. Notice how there are no quotes

Cologne ) Boolean Data type Boolean Values The Boolean data type in Python is expressed as True or False. Notice how there are no quotes (single or double) around either word. That is because the Boolean data type is a state of being and not a word. The variable value can only be True or False. nothing else. To gain some practice with the Boolean data type and IF structures, write a small program that will analyze the value stored in my.number. If my number is greater than or equal to 100. output a Boolean True. otherwise output the Boolean value False. Remember you are outputting the Boolean valve True or False and not the beat "True" or "False". Code Visualizer Chuck 1 failed Expected: Falun Chuck 2 passed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
