登录
注册
首页
->
python程序设计
下载题库
已知 g = lambda x, y=3, z=5: x+y+z,那么表达式 g(2) 的值为__。
答:(10)
继续答题:
下一题
更多python程序设计试题
1
表达式type(______) == dict的值为_______。