题目详情
单选题 def hello_world(): print('ST',end="*")def three_hellos(): for i in range(3): hello_world()three_hellos()上面代码输出的结果为( )
A. ST*ST*
B. ST*ST*ST*
C. ST*
D. ***
学科:Python语言程序设计基础
时间:2023-05-10 12:52:50
相关题目
相关作业