应用程序编程接口

表1 Python的math模块(部分API)

注:math模块中还包含诸如asin()、acos()和atan()等反函数,以及数学常量e(2.718281828459045)和pi(3.141592653589793)。

表2 本书官网提供的stdio模块

注:1. 一个token是指非空白字符的最大数据序列。

2. 在读入以token单位的数据之前,将忽略任意前导空白字符。

3. 当不能从标准输入读取下一数据(可能因为再无输入数据,或者输入数据与所期望的类型不匹配)时,将引发读取输入数据函数的运行时错误。

表3 本书官网提供的stddraw模块

表4 本书官网提供的stdaudio模块

表5 本书官网提供的stdarray模块

注:1. 一维数组的格式是一个整数n,随后跟n个元素。 ...

Get 程序设计导论:Python语言实践 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.