单选题

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

def test(num):

        print("the number is %"%(num))

test(888)

A

the number is %

B

the number is 888.

C

the number is %888

D

the number is 888.888

赣ICP备20007335号-2