题库 Python题库 题目列表 以下Python代码可以召唤出几只小海龟?( )import&nb...
单选题

以下Python代码可以召唤出几只小海龟?(

import turtle 
a=turtle.Turtle() 
b=turtle.Turtle() 
c=turtle.Turtle() 
a.forward(100)
b.goto(100,100)
c.goto(100,100)
A.

1

B.

2

C.

3

D.

4

题目信息
2023年 6月 选择题
100%
正确率
0
评论
39
点击