设有以下函数,运行程序输出的结果是? ( )
def demo(a,b): a*=b return a s=demo(5,2) print(s)
5
10
12
20
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复