Computer Science, asked by namiyaazhar, 3 days ago

What do you mean by conditional operator in python?​

Answers

Answered by pihuadhikary97
1

Answer:

Conditional Statement in Python perform different computations or actions depending on whether a specific Boolean constraint evaluates to true or false. Conditional statements are handled by IF statements in Python.

Answered by Veer0112
0

Answer:

Python Operators in general are used to perform operations on values and variables. These are standard symbols used for the purpose of logical and arithmetic operations. In this article, we will look into different types of Python operators.

Explanation:

Mark me as the Brainliest.

Similar questions