- 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.
推薦閱讀
- Learning Python Web Penetration Testing
- SoapUI Cookbook
- 實戰(zhàn)Java程序設(shè)計
- Cassandra Design Patterns(Second Edition)
- 云計算通俗講義(第3版)
- Amazon S3 Cookbook
- 小程序,巧運營:微信小程序運營招式大全
- CoffeeScript Application Development Cookbook
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- 人人都能開發(fā)RPA機器人:UiPath從入門到實戰(zhàn)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 軟件設(shè)計模式(Java版)
- Go Systems Programming
- 軟件工程實用教程 (第3版)
- RabbitMQ Essentials