- Python Projects for Kids
- Jessica Ingrassellino
- 73字
- 2021-07-09 19:35:11
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
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Spring 5.0 Microservices(Second Edition)
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- GitLab Cookbook
- Cocos2d-x游戲開(kāi)發(fā):手把手教你Lua語(yǔ)言的編程方法
- Ray分布式機(jī)器學(xué)習(xí):利用Ray進(jìn)行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- Python王者歸來(lái)
- Easy Web Development with WaveMaker
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- C語(yǔ)言從入門(mén)到精通
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- Python一行流:像專家一樣寫(xiě)代碼
- Pandas 1.x Cookbook