42. Learning If Else in Python (Day 38)
Today's lecture was a full immersion in Python Conditions and If statements. Reminded me of maths in school! In case you forgot, it's these:
\= (equal to), > (greater than), < (less than)a= bb< cc > d
How the if works in Python is:
a = 500 b = 200 ...
emanoj.hashnode.dev2 min read