题库 python等级考试 题目列表 运行以下函数,正确的打印是?( )def test(num...
单选题

运行以下函数,正确的打印是?(

def test(num):
        print("the number is %d."%(num))
test(888)
A.

the number is %d.

B.

the number is 888.

C.

the number is %d.888

D.

the number is 888.888

题目信息
核心函数 数据处理 四级知识块 2020年12月 一般
-
正确率
0
评论
115
点击