+ 1

I don't understand the if statement

weird

22nd Feb 2017, 9:31 PM
Philippa
Philippa - avatar
4 Answers
+ 1
Thank you to all! Now I understand.
26th Feb 2017, 4:55 AM
Philippa
Philippa - avatar
0
condition is a logical condition that can be True or False ( Ex : 1+1 is equal to 2 ? True) if condition : #Do Staff if the condition is True
22nd Feb 2017, 9:46 PM
Ayoub Marouan
Ayoub Marouan - avatar
0
if(statement) {code which will run if the statement is true}. the statement may be something like 3 = 3., which is true. but it can also be x => y (x is greater then or equal to y)
22nd Feb 2017, 10:03 PM
thomas de valck
thomas de valck - avatar
0
just calm down and go through it step by step
23rd Feb 2017, 8:02 AM
samuel