题库 Python题库 题目列表 运行以下函数,正确的打印是?( ) &nbsp...
单选题

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

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月 选择题
50%
正确率
0
评论
101
点击