if Statement Syntax. The syntax to use if statement in a Python program is: if expression: statement(s). The expression ...
確定! 回上一頁