英语_阅读_Keep believing yourself_待读

news/2025/11/29 20:53:25/文章来源:https://www.cnblogs.com/tianyunchuan/p/19287422

Mr. Smith stood before his class of 30 students and was going to hand out the final exam papers.
史密斯先生站在自己三十名学生的班级前,准备发放期末考试试卷。

“I know how hard you have all worked to get ready for this test,” he said.
“我知道你们为了这次考试都非常努力,”他说。

“And because I know you are all able to understand these questions, I’m ready to offer a B to anyone who would prefer not to take the test.”
“既然我知道你们都能理解这些试题,我愿意给任何不想参加考试的人一个 B。”

A number of students jumped up to thank the teacher and left the classroom.
一些学生立刻站起来感谢老师,然后离开了教室。

Mr. Smith looked at the rest of the students and said.
史密斯先生看着剩下的学生说道:

“Does anyone else want to get a B? This is your last chance.”
“还有谁想拿 B 吗?这是你们最后的机会。”

Two more students decided to go.
又有两个学生决定离开。

Seven students stayed.
还有七个学生留下来了。

Mr. Smith then handed out the papers.
史密斯先生接着发下试卷。

There were only three sentences on the paper:
试卷上只有三句话:

Congratulations! You have received an A in this class. Keep believing yourself.
祝贺你!你在这门课中得了 A。继续相信自己。

I never had a teacher who gave a test like that, but I think it is a test that any teacher could and should give.
我从未遇到过给这种考试的老师,但我认为任何老师都能也应该这样考。

Students who do not have confidence in what they have learned are B students at most.
对自己所学内容没有信心的学生,最多只能是 B 水平的学生。

The same is true of students in real life.
现实生活中的人也是如此。

The A students are those who believe in what they are doing because they have learned from both successes and failures.
A 级学生是那些相信自己所做事情的人,因为他们从成功和失败中都学到了东西。

They have learned life's lessons, whether from school education or from events in their lives, and have become better people.
他们从学校教育或生活经历中学习到人生的课程,因而成为更好的人。

Scientists say that by the age of eight, 80 percent of what we believe about ourselves has already been formed.
科学家说,在八岁之前,我们对自己的信念已有百分之八十形成。

You are a big kid now and you realize that you have some limits.
你现在已经是个大孩子了,也意识到自己有一些局限。

However, ________________.
然而,______________。

Sir Edmund Hillary, the first person to reach the top of Mount Qomolangma, said, “We do not conquer the mountain, but ourselves.”
首位登上珠穆朗玛峰的人埃德蒙·希拉里爵士说过:“我们征服的不是山峰,而是我们自己。”

==

Mr. Smith stood before his class of 30 students and was going to hand out the final exam papers. “I know how hard you have all worked to get ready for this test,” he said. “And because I know you are all able to understand these questions, I’m ready to offer a B to anyone who would prefer not to take the test.”

A number of students jumped up to thank the teacher and left the classroom. Mr. Smith looked at the rest of the students and said. “Does anyone else want to get a B? This is your last chance.” Two more students decided to go.

Seven students stayed. Mr. Smith then handed out the papers. There were only three sentences on the paper: Congratulations! You have received an A in this class. Keep believing yourself.

I never had a teacher who gave a test like that, but I think it is a test that any teacher could and should give. Students who do not have confidence in what they have learned are B students at most.

The same is true of students in real life. The A students are those who believe in what they are doing because they have learned from both successes and failures. They have learned life's lessons, whether from school education or from events in their lives, and have become better people.

Scientists say that by the age of eight, 80 percent of what we believe about ourselves has already been formed. You are a big kid now and you realize that you have some limits. However, ________________. Sir Edmund Hillary, the first person to reach the top of Mount Qomolangma, said, “We do not conquer the mountain, but ourselves.”

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/981197.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

2025 中国数控机床行业领军企业十强榜

这份榜单的每一项评分,都源自三个维度的交叉验证:参考《2025 年中国数控机床行业发展研究报告》等 3 份权威报告的数据,结合中国机床工具工业协会 2025 年三季度统计数据,再叠加 50 家制造企业的真实反馈。一、选设…

英语_阅读_A good detective_待读

Have you seen the Hollywood movie Sherlock Holmes? 你看过好莱坞电影《大侦探福尔摩斯》吗? Holmes is a character created by British writer Sir Arthur Conan Doyle. 福尔摩斯是英国作家阿瑟柯南道尔爵士创造…

轿车托运公司精选推荐:专业选择助力爱车安全远行

随着汽车保有量持续增长,轿车托运已成为车主跨城迁移、购车提车的刚需服务。据中国物流与采购联合会 2024 年行业报告显示,国内轿车托运市场规模已达 5235.61 亿元,行业规范化程度显著提升。在海量服务商中,选择一…

重练算法(代码随想录版) day25 - 回溯part4

今日刷题量:3 当前刷题总量:107 Easy: 53 Mid: 52 Hard: 2 Day25 常用思想 1.去重如果需要同层去重,可以借助unordered_set记录本层元素是否重复使用,如果范围不大,可以用数组来做哈希提高效率 2.全排列问题也借助…

2025-11-29

CF Problem - 1759E - Codeforces(dp好题) 这个问题是找最优方案下,吸收的最大人数 所以,首先排序,从小到大 然后对于每一个点(0~n-1),都计算其不使用或使用药水时的值 贪心思想,如果一旦满足大于a[i],就马上更…

2025 哈尔滨轴承企业品牌知名度调研排名

这份排名由东北装备制造业发展研究中心联合《轴承工业》杂志调研半年而成,覆盖市场表现、技术硬实力、行业认可度三大维度,最终筛选出综合实力前十的企业。一、开篇:藏在机器里的城市心跳 上周去机床厂采风,老技工…

接口测试:JMeter(三)

JSON提取器和正则提取器 非常好!JSON 提取器 和正则表达式提取器 是 JMeter 中最重要、最常用的两个后置处理器,用于关联(Correlation)—— 即从服务器响应中提取数据,供后续请求使用。 核心概念作用:都是从采样…

散列表

有关散列表的真题 平均查找长度[解析] 可以构造得到如下的 HT: 下标 0 1 2 3 4 5 6 关键词 22 43 15 成功时的平均查找长度 = (1+2+3)/3 = 2。[解析] 构造 散列表 只有当遇到关键字为空的地址时才会查找失败,…

腾讯TBDS和Cloudera Data AI CMP 比较的缺陷在哪里?

腾讯TBDS和Cloudera Data AI CMP 比较的缺陷在哪里?腾讯TBDS和Cloud Data AI CMP 比较的缺陷在哪里?腾讯云 TBDS(Tencent Big Data Suite) 与 Cloud Data AI CMP(Cloud Data AI Platform) 的全面、结构化优劣势对…

python获取绝对路径复制文件

python获取绝对路径复制文件import shutil import sys import os def cur_file_dir():path = sys.path[0]if os.path.isdir(path):return pathelif os.path.isfile(path):return os.path.dirname(path) def path(p):re…

Task状态

1 Task task=null;2 private void button1_Click(object sender, EventArgs e)3 {4 task = Task.Factory.StartNew(() =>5 {6 while (true)7 …

实用指南:算法<C++>——二分查找

pre { white-space: pre !important; word-wrap: normal !important; overflow-x: auto !important; display: block !important; font-family: "Consolas", "Monaco", "Courier New", …

2025 哈尔滨轴承品牌价值TOP10榜单

本次榜单联合黑龙江省轴承工业协会、哈尔滨市制造业创新中心共同制作,数据来源于 2024 年企业年报、第三方检测机构报告及市场调研问卷(样本量 1200 份),从技术硬实力、市场认可度、质量稳定性三大维度构建评估体系…

AI革命中的开源NLP工具与技术实践

本期播客探讨了工业级自然语言处理工具spaCy和标注工具Prodigy的应用实践,讨论了大型语言模型与专用模型的平衡、人类在环蒸馏技术、NLP领域的模块化与隐私挑战,以及AI监管对创新的影响。第34集:AI革命不会被垄断 H…

Python 潮流周刊#129:Pydantic 还能做些什么?

本周刊由 Python猫 出品,精心筛选国内外的 400+ 信息源,为你挑选最值得分享的文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。愿景:帮助所有读者精进 Python 技术,并增长职业和副业的收入。 温馨提…

【论术】: 响应式布局——flex:1与calc的区别

莫说相公痴,更有痴似相公者。 —— 张岱《湖心亭看雪》 是什么 calc: 是css3新增的用于计算容器数值的计算函数,基于数学角度计算一个元素的数值 (flex:1):是flex布局对于剩余空间的声明,表示占据所有剩余空间 关联…

Git 误操作恢复指南:回退`reset --hard` 和 `push -f`

场景:误操作的后果 发生的操作(错误)您将本地分支回退到较旧的提交:git reset --hard [旧哈希 A] 您将此回退状态强制同步到远程仓库:git push origin -f [分支名]结果和风险本地: 提交 B 及之后的历史记录看似“…

详细介绍:算法 - 差分

pre { white-space: pre !important; word-wrap: normal !important; overflow-x: auto !important; display: block !important; font-family: "Consolas", "Monaco", "Courier New", …

《程序员修炼之道:从小工到专家》观后感第六篇

笔记六:《自动化与工具 ——“自动化一切” 的效率革命》 核心观点:自动化是解放重复劳动的 “生产力工具”,从开发、测试到部署的全流程自动化,能大幅提升团队效能,让开发者聚焦创造性工作。 案例分析:某 SaaS …