In the last post introducing Python, I demonstrated how to make a simple app using variables and conditional statements. In order to do anything really powerful in a given programming language though, ...
I'll be posting pseudo-code here in the hopes that it's enough, but I can start giving more details if needed. Originally I had the contents of function1 and function2 in-line in this code and I ...