摘要:
```python # 作业一:自己试验一下菱形问题下的属性查找顺序 class G(object): def test(self): print('from G') class E(G): def test(self): print('from E') class F(G): def test(self): print('from F') class B(E): def test(self): 阅读全文
posted @ 2020-04-09 21:51
于~得~水
阅读(69)
评论(0)
推荐(0)
2020年4月9日
ヾ(≧O≦)〃嗷~