摘要: 检索方法: 对于词组加双引号,可以固定搜索. "quotation marks". 使用通配符,可以在单词中间、前缀、后缀使用。 * 表示0或者很多个字母 ?表示一个字母 $ 表示0或者1个字母 对于某个单复数\后缀等形式,可以加*号来扩大搜索范围 布尔操作和近似搜索 Boolean and pro 阅读全文
posted @ 2023-10-16 21:46 Arxu 阅读(46) 评论(0) 推荐(0)
摘要: # This program stores people's favorite numbers, and displays them. favorite_numbers = {'eric': [3, 11, 19, 23, 42], 'ever': [2, 4, 5], 'willie': [5, 阅读全文
posted @ 2023-10-16 13:27 Arxu 阅读(11) 评论(0) 推荐(0)