0
When is the 'if' statement used in python
If statement: expression
1 Antwort
+ 1
When the 'expression' has got some limited conditions to be executed with, then you should use 'if' to write the condition(s).
Nothing special. Just like other programming languages.
And also, just like how you use 'if' while talking to someone else.