官术网_书友最值得收藏!

  • Learning Python
  • Fabrizio Romano
  • 211字
  • 2021-07-30 09:41:52

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Open up a Python console, and type import this."

A block of code is set as follows:

# we define a function, called local
def local():
    m = 7
    print(m)

m = 5
print(m)

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

# we define a function, called local
def local():
    m = 7
    print(m)

m = 5
print(m)

Any command-line input or output is written as follows:

>>> from math import factorial
>>> factorial(5)
120

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "To open the console on Windows, go to the Start menu, choose Run, and type cmd."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 麻城市| 古交市| 白银市| 罗平县| 乌兰浩特市| 华亭县| 永吉县| 鄂托克前旗| 旬阳县| 林口县| 大宁县| 拉萨市| 津南区| 页游| 衡阳县| 攀枝花市| 抚州市| 通化县| 乡宁县| 大埔区| 梁山县| 文昌市| 博罗县| 益阳市| 灌南县| 婺源县| 科尔| 漳州市| 文成县| 贺州市| 德格县| 滦南县| 满洲里市| 安新县| 泽普县| 莱西市| 鹿泉市| 鹤山市| 萍乡市| 读书| 吉安县|