if Statements in python 3
Day 4
if Statements
With If statements, if the condition evaluates to True, the statements are carried out. Otherwise, they aren't carried out.
An if statement looks like this:
One Simple Example:
Output :
Ok, but when is life ever that simple? S...
diwashblogs.hashnode.dev1 min read