摘要: 给程序加上控制台菜单menu.pyimport sysfrom notebook import Notebook, Noteclass Menu: '''Display a menu and respond to choices when run.''' def __init__(sel... 阅读全文
posted @ 2015-10-05 11:50 Master HaKu 阅读(665) 评论(0) 推荐(0)
摘要: notebook.pyimport datetimelast_id = 0class Note: '''Represent a note in the notebook. Match against a string in searches and store tags for each... 阅读全文
posted @ 2015-10-05 10:26 Master HaKu 阅读(888) 评论(0) 推荐(0)