- Python Projects for Kids
- Jessica Ingrassellino
- 190字
- 2021-07-09 19:35:11
A quick task for you
Now that you have finished this chapter, can you answer these questions?
Q1. What is a terminal (Mac/Linux) or command prompt (Windows)?
- A terminal is used to put data into or get data out of a computer without using the icons on the desktop.
- A terminal can be used to write computer programs.
- A terminal can be used to do complex work, such as giving hints on Python code.
- A terminal can do all of the above.
Q2. When you first open the terminal/command prompt, what do you need to do so that you can start reading and writing the Python code?
- Start typing the code.
- Type the word
python
. - Wait for Python to start.
- None of the above; do something different.
Q3. How is the Python shell different from the command line?
- They are exactly the same.
- The command line cannot run Python commands.
- The Python shell is started by typing the word
python
into the command line. - The Python shell can be used to test lines of Python code.
Note
Compare your answers with those you find at the back of the book.
推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- R語言數據分析從入門到精通
- 算法精粹:經典計算機科學問題的Java實現
- Learning SAP Analytics Cloud
- RTC程序設計:實時音視頻權威指南
- Hands-On JavaScript High Performance
- 快速念咒:MySQL入門指南與進階實戰
- OpenGL Data Visualization Cookbook
- 打開Go語言之門:入門、實戰與進階
- 時空數據建模及其應用
- Elasticsearch Essentials
- Visual Basic 程序設計實踐教程
- Elasticsearch Blueprints
- PHP項目開發全程實錄(第4版)
- iOS Development with Xamarin Cookbook