The course is devoted to the basics of programming in the Python. The course covers data input/output, conditional statement, for and while loops, numbers, strings, lists, functions, and more.
-
Updated
Sep 12, 2024 - Python
The course is devoted to the basics of programming in the Python. The course covers data input/output, conditional statement, for and while loops, numbers, strings, lists, functions, and more.
he conditional operator is also known as the ternary operator. This operator consists of three operands and is used to evaluate Boolean expressions. The goal of the operator is to decide; which value should be assigned to the variable.
Assignment 2 ( Deadline: 14-10-2022 )
Add a description, image, and links to the conditional-operator topic page so that developers can more easily learn about it.
To associate your repository with the conditional-operator topic, visit your repo's landing page and select "manage topics."