Day 6 of Learning Python: if, elif, else
Day 6 of Learning Python: if, elif, else
Photo by Javier Allegue Barros on Unsplash
Welcome back to my (semi) daily Python blog post about what I’m learning on my journey. Today is all about the if statements. Also, to not be outdone, elif and else too. If statement rely on understanding conditional expressions; what’s true and what’s false. If the statement is true, then your code will execute. if the statement is false, the code…
View On WordPress







