第15722题 单选题
运行给定Python函数,正确的打印结果是?
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

程序运行统计
暂无判题统计