题目内容

以下Python语言中的整数,严格按照由小到大顺序排列的一组是( )。

A. 0B12、0o12、12、0x12
B. 0b12、12、0o12、0x12
C. 12、0o12、0x12、0b12
D. 0o12、12、0b12、0x12

查看答案
更多问题

以下Python语言math中的函数,其中用于求平方根的是( )。

A. pow()
B. sqrt()
C. gcd()
D. round()

在Python中要得到数学中的复数2+3j,可以采用( )。

A. complex(2,3)
B. (2,3)
C. (2,3j)
D. complex(3,2)

函数在定义区间内都是连续的

A. 对
B. 错

There are 10 syllables in a line and they follow a regular pattern: an unstressed syllable followed by a stressed one. This line is called a(an) _______ line.

A. trochaic pentameter
B. trochaic tetrameter
C. iambic tetrameter
D. iambic pentameter

答案查题题库