Search
The if condition is used to do something when the given condition is true.
if
Look at the example given below. When the condition food == pizza is true, we print to the screen You like pizza..
food == pizza