In the previous chapter, we learned all about strings and how to use them to create strings of letters and numbers, how to manipulate the strings in any way we want, how to get input from the users and convert it into the data type we want, and how to format outputs (especially in print statements) to our preference.
In this chapter, let’s look at how to command our computers with “if and else” statements.
True or False
In programming, true or false determines the direction your program goes. If “something” ...