Python - 5.1 Dictionaries Revisited

https://dabeaz-course.github.io/practical-python/Notes/05_Object_model/01_Dicts_revisited.html

carry out

“Carry out” 是一个常见的英语短语动词,意思是“执行”或“完成”。它通常用于表达执行任务、计划或命令等。以下是一些常见用法和例句:

  1. 执行任务/计划/指令

    • 意思:按照指示或计划进行某个任务。
    • 例句:
      • The workers carried out the manager’s instructions efficiently.
        (工人们高效地执行了经理的指示。)
      • We need to carry out a thorough investigation before making any decisions.
        (我们在做决定前需要进行彻底的调查。)
  2. 进行实验/研究

    • 意思:完成某种实验或研究。
    • 例句:
      • Scientists are carrying out experiments to test the new vaccine.
        (科学家们正在进行实验来测试新的疫苗。)
  3. 实施(某种行动)

    • 意思:实施某种具体的行动或计划。
    • 例句:
      • The government is carrying out new measures to improve public safety.
        (政府正在实施新的措施来提高公共安全。)
  4. 完成任务/行动

    • 意思:将某个任务从头到尾完成。
    • 例句:
      • They successfully carried out the rescue mission.
        (他们成功完成了救援任务。)

这个短语通常用于较正式的语境中,表示按照计划或要求进行的某种行动。

An attribute search process is carried out, but what is the order? That’s a problem.

属性搜索过程被执行了,但是顺序是怎样的呢?这是一个问题。

cooperative

/koʊˈɑːpərətɪv/

来自 cooperate 表示合作,协作,配合之意

Python uses cooperative multiple inheritance which obeys some rules about class ordering.

Python 使用协作多重继承,它遵循有关类排序的一些规则。

evacuate

/ɪˈvækjueɪt/

词根词缀: e-出,向外 + -vacu-空 + -ate动词词尾


“Evacuate” 是一个动词,常用于指人或物从某个地方撤离,特别是在紧急或危险情况下。下面是一些常见的用法:

  1. Evacuate + 地点/建筑物:指从某个地方撤离。

    • The authorities evacuated the building after the fire alarm went off.
      (火警响起后,相关部门疏散了整栋楼。)
  2. Evacuate + 人:指让人从危险区域撤离。

    • The government evacuated thousands of residents from the flood zone.
      (政府撤离了数千名洪水区域的居民。)
  3. Evacuate + 物体:可以用来表示从某个地方移除或排空某些东西。

    • The engineers evacuated air from the chamber to create a vacuum.
      (工程师从密闭舱内抽走了空气,制造了真空。)
  4. 被动语态:经常用在被疏散的情况下。

    • The town was evacuated due to the approaching hurricane.
      (由于飓风逼近,整个小镇被疏散了。)

在中文中,“evacuate” 常被翻译为“撤离”、“疏散”或“排空”。

if your house was on fire and you had to evacuate–children first, followed by parents.

如果你的房子着火了,你必须撤离——首先是孩子,然后是父母。

Miraculously

/mɪˈrækjələsli/

词根词缀: -mir-惊奇,敬佩 + -ac + -ulous形容词词尾

“Miraculously” 是副词,意思是“奇迹般地”或“出乎意料地”。它通常用于描述某件事情发生得非常不可思议或违反常规,几乎像奇迹一样。常见的用法包括:

  1. 表示出乎意料的好结果

    • He was miraculously cured of the disease.
      (他奇迹般地痊愈了。)
  2. 形容非常困难的情况居然得以解决

    • The plane landed miraculously after engine failure.
      (飞机在引擎故障后奇迹般地着陆了。)
  3. 强调事情发生的不可思议

    • Miraculously, no one was injured in the accident.
      (令人难以置信的是,没有人在事故中受伤。)

在日常用语中,“miraculously” 常用于表示某些难以置信的事情顺利解决或发生,带有一种夸张和戏剧性的色彩。


Python - 5.1 Dictionaries Revisited
https://jackiedai.github.io/2024/10/17/002english/Python-5.1/
Author
lingXiao
Posted on
October 17, 2024
Licensed under