英语单词学习

consist of:主体包含部分
compose : 部分组成主体
consititute: 部分组成主体

hatch a plot to do: 谋划做什么事
convene: 组织
take initiative: 先行行动
santa claus: 圣诞老人
presume the opposite: 认为相反
quite the opposite: 相反的是
draw lesson: 吸取教训
in its present form: 当前的形态
have a better sense of: 有更好的感觉
let alone: 更何况
live within your means: 量入为出
have a discipline to strict to: 有严格的纪律
rent out: 出租
a less than glamorous part: 一个不太华丽的部分
take sharper precedence over: 更高优先级
be devoted to: 全身心投入
this is most apt to be the case: 最有可能的情况
yield to pressure to do: 屈从于压力
lead arguments: 导致纠纷
senior citizen: 老龄公民
maid of honor:伴娘

house of worship:宗教场所
dote: 喜爱
coffin:棺材
coffeine:咖啡因
expedient:权宜的
buster:破坏者
procrastinate: 拖延
gourmet:美食家
expound:阐述
narcissist:自我陶醉
assassinate:暗杀
salvage: 挽救
savage: 凶猛的
ulcer: 溃疡
obituary:讣告
arbitrary:武断的
abundant:大量的
unconcious:无意识的
communal:公共的
throng:人群
lavish:奢侈的
obesity:肥胖
obtuse:钝角
congestion:阻塞
conjesture:猜测
adjacency:临近
collude:密谋
shaikh:酋长
dissertation:论文
pentagon:五角大楼
err:错误
cult:邪教
leverage:杠杆
ditch:沟壕
doctrine:法则
spice:调料
species:物种
espionage:间谍
sculp:雕塑
scalp:头皮
mitigation:减轻
unalienable:不可剥夺的
escalator:扶手
I作为第一人称“我”时,总大写
surmise:推测
conjecture:推测。跟surmise的区别是,surmise是有理由的推测,而conjecture是一种异想天开的猜测。
consist of:包含关系。主体 consist of 部分
constitute:包含关系。部分 contitute 主体
compose:包含关系。部分 compose 主体

i.e. =in other words
e.g. =example given
et al. = etc。etc指无生命的物体,而et al指的是人。
.Viz =videlicet

what a coincidence: 多巧啊
predecessor’s retirement function: 前任的退休
desolation: 荒凉的
complement each other: 相互补充

Sometimes a victim becomes more empowered when they give themselves permission not to forgive
at fault: 有罪的
Draw the lesson you learned and try to avoid committing a similar offense in there future

  • 3
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
根据提供的引用内容,我无法找到与"python英语单词学习系统"相关的具体信息。但是,我可以为您提供一个基本的Python英语单词学习系统的设计思路。 设计思路如下: 1. 创建一个包含英语单词和对应中文释义的字典。 2. 随机选择一个单词,并显示其中文释义。 3. 用户输入该单词的英文翻译。 4. 检查用户输入是否与字典中的对应值匹配。 5. 根据用户的回答给予相应的反馈,例如正确或错误。 6. 统计用户的答题情况,包括正确率和答题次数。 7. 提供菜单选项,让用户选择继续学习或退出系统。 以下是一个简单的示例代码: ```python import random # 英语单词字典 word_dict = { 'apple': '苹果', 'banana': '香蕉', 'cat': '猫', # 其他单词... } # 统计信息 total_attempts = 0 correct_attempts = 0 def english_word_learning_system(): global total_attempts, correct_attempts while True: # 随机选择一个单词 word = random.choice(list(word_dict.keys())) translation = word_dict[word] # 显示中文释义并获取用户输入 print("中文释义:", translation) user_input = input("请输入该单词的英文翻译:") # 检查用户输入是否正确 if user_input.lower() == word: print("回答正确!") correct_attempts += 1 else: print("回答错误!正确答案是:", word) total_attempts += 1 # 统计信息 print("总答题次数:", total_attempts) print("正确率:", correct_attempts / total_attempts * 100, "%") # 询问用户是否继续学习 choice = input("是否继续学习?(输入'是'或'否'):") if choice.lower() != '是': break english_word_learning_system() ```

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值