SUMMARY
This chapter showed you how to work with numbers and perform arithmetic operations on numbers, and then you learned how to work with strings and how to use string operations. (The next chapter shows you how to work with conditional statements, loops, and user-defined functions.)
Next, you learned about condition logic, such as if/elif statements. You also learned how to work with loops, including for loops and while loops. In addition, you saw how to compute various values, such as the factorial value of a positive integer and a set of Fibonacci numbers.