登录  注册

python基础知识考试题库及答案

下面代码的输出结果是()def hello_world(): print(ST,end="*")def three_hellos(): for i in range(3): hello_world()three_hellos()

(A)ST*ST*ST*

(B) ST*

(C) ST*ST*

(D) ***

参考答案
继续答题:下一题
微考学堂微考学社

Python 由 Guido van Rossum 于 1989 年底发明,第一个公开发行版发行于 1991 年。

像 Perl 语言一样, Python 源代码同样遵循 GPL(GNU General Public License) 协议。