以下函数的返回值是?( )
def pic(a:int,b:str)->str: c=a*b print(c) return cpic(5,’*#*’)
*#**#**#**#**#*
5
5*#*
程序出错
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复