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

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.

主站蜘蛛池模板: 托克逊县| 宝山区| 永康市| 丹寨县| 大同县| 伊吾县| 文安县| 广东省| 海门市| 潢川县| 浏阳市| 偏关县| 阳朔县| 洛浦县| 藁城市| 怀柔区| 阿荣旗| 淮阳县| 牡丹江市| 黄平县| 三亚市| 习水县| 炎陵县| 南京市| 宁晋县| 蒲江县| 大田县| 承德县| 吉木萨尔县| 大名县| 潞西市| 横峰县| 阳山县| 乌海市| 稻城县| 香河县| 汉寿县| 牟定县| 梅河口市| 永胜县| 长治县|