Python Projects for Kids
上QQ阅读APP看书,第一时间看更新

Chapter 2. Variables, Functions, and Users

In the previous chapter, you learned how to install Python on your computer. You also learned how to use the print statement in Python and printed some messages using your Python shell. We are now going to jump into a lot of details so that we can build our first project together. It will include the following:

  • Variables
  • Variable names
  • Strings, integers, and floats
  • Functions