运行以下函数,正确的打印是?( )
def test(num):
print("the number is %"%(num))
test(888)
the number is %
the number is 888.
the number is ?
the number is 888.888
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复