Find the best solutions to your questions at Westonci.ca, the premier Q&A platform with a community of knowledgeable experts. Get quick and reliable solutions to your questions from a community of experienced professionals on our platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

Which of the following is true about if statements?

a. if the condition is not a boolean expression, the program returns 0.
b. if the condition evaluates as false, then the block is skipped.
c. In python, an if statement begins with "if", followed by the block, and ends with the condition.
d. if the block isn’t indented, python can still interpret it properly.


Sagot :