Computer Science, asked by kingchaurasia99, 4 months ago

in python , the conditional statement is terminated with a ____symbol​

Answers

Answered by sarahssynergy
6

In python, the conditional statement is terminated with a symbol​:

Explanation:

  • The control flow structures of Python, such as for -loops, while -loops, and if -statements, are all introduced by statements which are terminated by a colon.
Answered by adventureisland
4

In python, the conditional statement is terminated with a Colon(:) symbol​

A conditional statement is ended with a Colon ( : )

  • There are four conditional statements in Python. We will learn about conditional statements in this lesson, which will include brief descriptions, syntax, and easy examples for each conditional statement.
  • Statements that are terminated by a colon are used to introduce control flow structures in Python, such as for -loops, while -loops, and if -statements.
  • The conditional statement in Python is ended with a colon symbol. A conditional control structure is used to run statements based on a set of conditions.
Similar questions