If, Else and While in Python
As I continue learning Python, I couldn't have missed if, else, and while functions as they are real principles of all programming. I have learned about these in C++ while I was learning to code for Arduino. The concept is pretty similar. If/Else Fu...
Mar 21, 20222 min read34


