New Concept English three(15)
31w/m
43
Children always appreciate small gifts of money. Father, of course, provides a regular supply of pocket-money, but uncles and aunts are always a source of extra income. With some children, small sums go a long way. If six pences are not exchanged for sweets, they rattle for months inside money-boxes. Only very thrifty children manage to fill up a money-box. For most of them, sixpence is a small price to pay for a satisfying bar of chocolate. My nephew, George, has a money-box but it is always empty. Very few of the sixpences I have given him have found their way there. I gave him sixpence yesterday and advised him to save it. Instead, he bought himself sixpence worth of trouble. On his way to the sweet shop, he dropped his sixpence and it rolled along the pavement and then disappeared down a drain. George took off his jacket, rolled up his sleeves and pushed his right arm through the drain cover. He could not find his sixpence anywhere, and what is more, he could not get his arm out. A crowd of people gathered round him and a lady rubbed his arm with soap and butter, but George was firmly stuck. The fire-brigade was called and two firemen freed George using a special type of grease. George was not too upset by his experience because the lady who owns the sweet shop heard about his troubles and rewarded him with a large box of chocolates.
notes:
孩子们总是喜欢用钱买的小礼物。父亲当然会定期提供零用钱,但叔舅婶姨也是额外收入的来源。对于一些孩子来说,少量的钱可以花很长时间。如果六个便士不换成糖果,它们就会在钱柜里叮当作响好几个月。只有非常节俭的孩子才会设法填满一个储蓄罐。对于大多数人来说,六便士是买一根令人满意的巧克力的小小代价。我的侄子乔治有一个储蓄罐,但它总是空的。我给他的六便士中,很少有找到它们的。我昨天给了他六便士,并建议他把它存起来。相反,他给自己买了六便士的麻烦。在去糖果店的路上,他的钱掉在人行道上,然后消失在下水道里。乔治脱下外套,卷起袖子,把右臂伸进了下水道井盖。他在任何地方都找不到他的六便士,更重要的是,他不能把他的胳膊伸回来了。一群人围在他身边,一位女士用肥皂和黄油擦他的手臂,但乔治被牢牢地卡住了。消防队被叫来了,两个消防队员用一种特殊的油脂解救了乔治。乔治并没有因为他的经历而感到沮丧,因为这家糖果店的女主人听说了他的问题,给了他一大盒巧克力。
New Concept English three(15)的更多相关文章
- New Concept English three (35)
27 55 The word justice is usually associated with courts of law. We might say that justice has been ...
- New Concept English there (1)Typing speed exercise
Today,I start learn new concept english there,Mainly for listening practice and typing speed exercis ...
- New Concept English three (30)
27W/m 32 words the death of ghost For years, villagers believed that Endley Farm was hunted. The far ...
- New Concept English three (27)
35w/m 67 It has been said that everyone lives by selling something. In the light of this statement, ...
- New Concept English three (45)
31w/m 65error In democratic countries any efforts to restrict the freedom of the press are rightly c ...
- New Concept English three (43)
30 54 Insurance companies are normally willing to insure anything. Insuring public or private proper ...
- New Concept English three (38)
26w/m 45 Future historians will be in a unique position when they come to record the history of our ...
- New Concept English three (32)
26w/m 68 The salvage operation had been a complete failure. The small ship, Elkor, which had been se ...
- New Concept English three (51)
22 76 Predicting the future is notoriously difficult. Who could have imagined, in the mid 1970s, for ...
随机推荐
- php 中处理 websocket
http://www.cnblogs.com/hustskyking/p/websocket-with-php.html 下面我画了一个图演示 client 和 server 之间建立 websock ...
- GRUB2 分析 (一)
GRUB是目前较流行启动引导程序.其第二版被主流Linux发行版所包括.本文将探索和分析GRUB的设计和实现机制. boot.S是第一个研究对象,因为boot.S将被编译成boot.img(512字节 ...
- 20145216史婧瑶《Java程序设计》第5周学习总结
20145216 <Java程序设计>第5周学习总结 教材学习内容总结 第八章 异常处理 8.1 语法与继承架构 Java中所有错误都会被打包为对象,运用try.catch,可以在错误发生 ...
- 20145312 《Java程序设计》第五周学习总结
20145312 <Java程序设计>第五周学习总结 学习笔记 Chapter8 异常处理 8.1语法与继承架构 1.Java中的错误以对象方式呈现,只要捕捉包装错误的对象,就可以针对该错 ...
- 学号20145322 《Java程序设计》第一周学习总结
学号20145322 <Java程序设计>第一周学习总结 教材学习内容总结 Java诞生于Sun公司,于1998年12月4日发布J2SE,约以两年为一周期推出重大版本更新. 2010年Or ...
- TCP深入详解
TCP三次握手.四次挥手时序图: #TCP协议状态机 1.TCP建立连接时的初始化序列号X.Y可以是写死固定的吗? 如果初始化序列号(缩写为ISN:Inital Sequence Numbe ...
- Calling Convention的总结
因为经常需要和不同的Calling Convention打交道,前段时间整理了一下它们之间的区别,如下: 清理堆栈 参数压栈顺序 命名规则 (MSVC++) 备注 Cdecl 调用者 (Caller) ...
- openwrt的编译系统是如何制作根文件系统的
答:分析以下makefile即可获取整个过程 以nxp layerscape系统的编译过程为例 1.分析target/linux/layerscape/image/Makefile的最后一句,这是一个 ...
- LeetCode——Is Subsequence
Question Given a string s and a string t, check if s is subsequence of t. You may assume that there ...
- [PyTorch]PyTorch中模型的参数初始化的几种方法(转)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 本文目录 1. xavier初始化 2. kaiming初始化 3. 实际使用中看到的初始化 3.1 ResNeXt,de ...