Computer Science, asked by tasmiyakaleem23, 3 months ago

Numbers of conditional statements used in python are ​

Answers

Answered by deepak5954
3

Answer:

In programming and scripting languages, conditional statements or conditional constructs are used to perform different computations or actions depending on whether a condition evaluates to true or false. (Please note that true and false are always written as True and False in Python.)

Answered by pritpalraman2250
1

In python we have one more than conditional statement called the elif statement is used to check multiple conditions only if only the given condition is false

Similar questions