Computer Science, asked by jaisinghanirenu0, 20 days ago

Identify the type of conditional statement that you would use to test a minimum of four conditions in a python program​

Answers

Answered by daminidk
0

Explanation:

There are 4 basic types of conditionals: zero, first, second, and third.

Answered by renpeto
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