Identify the type of conditional statement that you would use to test a minimum of four conditions in a python program
Answers
Answered by
0
Explanation:
There are 4 basic types of conditionals: zero, first, second, and third.
Answered by
0
Explanation:
conditional statement is a statement that can be written in the form “If P then Q,” where P and Q are sentences. For this conditional statement, P is called the hypothesis and Q is called the conclusion. Intuitively, “If P then Q” means that Q must be true whenever P is true
Similar questions