1.

Write the syntax of an ’if statement 1 in Python programming language.

Answer»

if expression :

statement(s)



Discussion

No Comment Found