Computer Science, asked by kashyapanshika, 3 months ago

in python multiple conditions can be specified in if-else-if statement
a. True
b. false

Answers

Answered by rahulkumar24032008
1

Answer:

Answer:True

Answer:TrueExplanation:

Answer:TrueExplanation:in python multiple conditions can be specified in if-else-if statement true

Answered by Anonymous
3

Use the elif condition is used to include multiple conditional expressions after the if condition or between the if and else conditions. The elif block is executed if the specified condition evaluates to True . In the above example, the elif conditions are applied after the if condition.

Similar questions