Computer Science, asked by radhakrishna123p, 1 month ago

What is the syntax of the if statement in python​ also write syntax

Answers

Answered by dhanushende00
2

Answer:

Python if Statement Syntax

In Python, the body of the if statement is indicated by the indentation. The body starts with an indentation and the first unindented line marks the end. Python interprets non-zero values as True . None and 0 are interpreted as False .

Similar questions