会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
鲸落
博客园
首页
新随笔
联系
管理
订阅
2017年9月20日
变量引用的错误:UnboundLocalError: local variable 'range' referenced before assignment
摘要: 1 class Battery(): 2 """一次模拟电动汽车电瓶的简单尝试""" 3 def __init__(self,battery_size=70): 4 self.battery_size = battery_size 5 # self.range =range 6 def descri
阅读全文
posted @ 2017-09-20 21:05 鲸落丶
阅读(7700)
评论(3)
推荐(1)
公告