- Python Projects for Kids
- Jessica Ingrassellino
- 208字
- 2021-07-09 19:35:15
Chapter 4. Making Decisions – Python Control Flows
Congratulations! In Chapter 3, Calculate This!, you wrote a calculator program. If you followed the instructions and corrected your errors, then you have a program that runs all of the mathematical functions with two numbers. While this is great for a first program, that sort of a limited calculator doesn't give a user much choice. When the user runs the calculator, the program will not end until all five functions have run or until the program ends due to an error.
What if, instead of doing the entire math, we could program our calculator to perform certain operations based on the way the users answer our questions? As programmers, we can use Python to interpret user data and change the way the program operates. In this chapter, you will learn how to use control flows so that our calculator program can make choices and only run the code that the user chooses.
At the end of this chapter, you will have a calculator program that can choose which mathematical operations to perform based on what the user wants to do. You will be able to customize this program on the basis of how you use the control flows.
- HTML5+CSS3王者歸來
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 機器學習系統:設計和實現
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Learning Apache Kafka(Second Edition)
- Unity Shader入門精要
- C#程序設計基礎:教程、實驗、習題
- Spring Boot企業級項目開發實戰
- Python編程從0到1(視頻教學版)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- iOS開發項目化入門教程
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- INSTANT Premium Drupal Themes
- Mastering Clojure
- 構建跨平臺APP:響應式UI設計入門