- Python Projects for Kids
- Jessica Ingrassellino
- 133字
- 2021-07-09 19:35:13
Summary
In this chapter, we learned how to store information in variables so that a computer could remember it later. We learned how to use variables to make a function that could add two preprogrammed numbers together. Then, things got interesting when we learned how to make the computer ask questions and remember the user's answers! Using raw_input()
, we learned how to store answers as variables to use later in the name()
function that we built together. We started saving our work in .py
files so that we could run and rerun our files in our terminal/command prompt without having to retype the files all the time.
In the next chapter, you will build a four-function calculator to run in the command line using all of the skills you learned in this chapter!
- Learning Single:page Web Application Development
- VMware View Security Essentials
- GeoServer Cookbook
- PyTorch自動駕駛視覺感知算法實戰
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- Hands-On JavaScript High Performance
- 軟件測試技術指南
- 數據結構與算法分析(C++語言版)
- 劍指Java:核心原理與應用實踐
- jQuery Mobile移動應用開發實戰(第3版)
- Emgu CV Essentials
- QGIS Python Programming Cookbook(Second Edition)
- Hands-On Neural Network Programming with C#
- ASP.NET 4.0 Web程序設計
- MyBatis 3源碼深度解析