2021年12月9日
摘要: # search(Using Python to build a spy program Develop Paper) def whatis(x, verbose = 0): print(x, 'is a ', end=''); x = eval(x); print(type(x), end='') 阅读全文
posted @ 2021-12-09 22:33 华容道专家 阅读(666) 评论(0) 推荐(0)
摘要: 补充: print(f"{x= }"); 我又土了。 比如我们想有这么一个函数,其用法是:pr(x),输出是x = 3。我们需要从x得到'x'这个字符串。 我写了个很土的: def whatis(x, verbose = 1): print(x, 'is a ', end=''); x = eval 阅读全文
posted @ 2021-12-09 20:55 华容道专家 阅读(908) 评论(0) 推荐(0)
摘要: advance, advantage, advertise advance和advantage的词源都是before. 如果别人都向前一步,而你原地不动,他们就到了你的前面,有了advantage. get the start of: gain an advantage over. 起跑线领先。 b 阅读全文
posted @ 2021-12-09 16:20 华容道专家 阅读(580) 评论(0) 推荐(0)
摘要: 六级/考研单词: prestige, tentative, talent, medium, sponsor, brand, advertise, slot, notify, brochure, cater, podcast, irrespective, outdoor, digit, geograp 阅读全文
posted @ 2021-12-09 16:06 华容道专家 阅读(411) 评论(0) 推荐(0)
摘要: 乘法原则:如果一件事分两个步骤,第1步n种方式,第2步m种,那么共有n*m种。例如第一步有好好工作挣钱、卖左肾、卖右肾3种方式,第二步有网上买和实体店买,共计6种。 如果一件事分两个步骤,第一步0种方式,第二步1种,那么有0*1=1种。哎,0 and 1也是0哎。还有true and false. 阅读全文
posted @ 2021-12-09 10:19 华容道专家 阅读(118) 评论(0) 推荐(0)
摘要: The news of this atrocious [awful] murder being spread in England, awakened a hatred of the King (already odious [obnoxious] for his many vices, and f 阅读全文
posted @ 2021-12-09 10:13 华容道专家 阅读(66) 评论(0) 推荐(0)