- 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.
推薦閱讀
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實踐
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Spring Cloud Alibaba微服務(wù)架構(gòu)設(shè)計與開發(fā)實戰(zhàn)
- JavaScript Unlocked
- STM32F0實戰(zhàn):基于HAL庫開發(fā)
- 深度學(xué)習(xí):算法入門與Keras編程實踐
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計及運籌學(xué)
- 飛槳PaddlePaddle深度學(xué)習(xí)實戰(zhàn)
- Getting Started with Gulp
- Kotlin編程實戰(zhàn):創(chuàng)建優(yōu)雅、富于表現(xiàn)力和高性能的JVM與Android應(yīng)用程序
- Extreme C
- 交互式程序設(shè)計(第2版)
- 零基礎(chǔ)看圖學(xué)ScratchJr:少兒趣味編程(全彩大字版)
- Mastering Embedded Linux Programming
- Python Penetration Testing Essentials