单选题

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

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

赣ICP备20007335号-2