Computer Science, asked by Fghi3274, 11 months ago

Write the syntax of an ’if statement1 in Python programming language

Answers

Answered by Abhis506
2

hi iture man looking for some fun tonight and be safe and hipopojj should eiwjwiwjuesiiwjjwiepjwjwjw

Answered by Anonymous
1

The syntax of the "if statement" in Python language is as follows :

If (condition) :

        Statement

  • It is one of the most simple statement for decision making.
  • With the utilization of " if statement " in the program, it is decided whether a statement or block of statements will be executed or not.
  • If a condition is true then only that block of the statement will be executed otherwise not.
  • After the analysis of the condition, the condition will be either true or false.

Similar questions