摘要:
案例学习 对以上模块进行测试: In [1]: from notebook import Note In [2]: n1 = Note("hello first") In [3]: n2 = Note("hello again") In [4]: n1.id Out[4]: 1 In [5]: n2 阅读全文
posted @ 2019-05-02 15:46 心默默言 阅读(230) 评论(0) 推荐(0)
|
|||
|
摘要:
案例学习 对以上模块进行测试: In [1]: from notebook import Note In [2]: n1 = Note("hello first") In [3]: n2 = Note("hello again") In [4]: n1.id Out[4]: 1 In [5]: n2 阅读全文
posted @ 2019-05-02 15:46 心默默言 阅读(230) 评论(0) 推荐(0) |
|||