- 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.
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- Java Web開發學習手冊
- 程序員面試筆試寶典(第3版)
- JavaScript百煉成仙
- Learning PostgreSQL
- 程序員面試算法寶典
- Java 9 Programming Blueprints
- Visual Basic程序設計
- Unity 2D Game Development Cookbook
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Android應用開發實戰
- App Inventor 2 Essentials
- Python硬件編程實戰
- Mastering Unreal Engine 4.X
- Learning ECMAScript 6