单选题 Of the following functions that return the minimum value of an element in a tuple is ()

A、 len
B、 max
C、 min
D、 tuple
下载APP答题
由4l***um提供 分享 举报 纠错

相关试题

单选题 In the Python integrated development environment, you can use the () shortcut key to run the program.

A、 Ctrl+S
B、 F5
C、 Ctrl+N
D、 F1

单选题 () is the process of converting source code into object code

A、 Compile
B、 Explanation
C、 Implementation
D、 Writing

单选题 The default encoding used by Python 3.x is ()

A、 GB2312
B、 UTF-8
C、 ISO
D、 GB2211

单选题 Regarding the comments of the Python language, what is wrong in the following options ()

A、 Python language single-line comments start with a single quotation mark '
B、 Python language has two comment methods: single-line comments and multi-line comments
C、 Python language single-line comments start with #
D、 Multi-line comments in Python language start and end with '' '(three single quotation marks)

单选题 The Python language belongs to

A、 Machine language
B、 Assembly language
C、 High-level language
D、 Scientific Computing Language

单选题 The extension of the python program file is

A、 .python
B、 .py
C、 .pt
D、 .py

单选题 The Python language uses strict "indentation" to indicate the format of the program. The following statement is incorrect:

A、 Indentation refers to the blank area before the beginning of each line of code, which is used to indicate the inclusion and hierarchical relationship between codes.
B、 In code writing, the indentation can be realized with the Tab key or with multiple spaces, but the two are not mixed.
C、 "Indentation" is conducive to the readability of the program code, and does not affect the program structure.
D、 The code that does not need to be indented should be written without blanks.

单选题 Among the following options, the one that is not a feature of the python language is ()

A、 Easy to learn
B、 Open source
C、 Process-oriented
D、 Portability