[Solved] How do I check if a boolean is true or false?
A boolean value can go directly into a conditional (if) statement if programRepeated: If programRepeated is equal to true, then the code block will execute. Some notes on your code though: = is an assignment operator. If you would like to check if something is equal, please use two equal signs ==. Your code will … Read more