New Concept English three (28)
27w/m
87
Small boats loaded with wares sped to the great liner as she was entering the harbour. Before she had anchored, the men from the boats had climbed on board and the decks were soon covered with colourful rugs from Persia, silks from India, copper coffee pots, and beautiful handmade silverware. It was difficult not to be tempted. Many of the tourists on board had begun bargaining with the tradesmen, but I decided not to buy anything until I had disembarked. I had no sooner got off the ship than I was assailed by a man who wanted to sell me a diamond ring. I had no intention of buying one, but I could not conceal the fact that I was impressed by the size of the diamonds. Some of them were as big as marbles. The man went to great lengths to prove that the diamonds were real. As we were walking past a shop, he held a diamond firmly against the window and made a deep impression in the glass. It took me over half an hour to get rid of him. The next man to approach me was selling expensive pens and watches. I examined one of the pens closely. It certainly looked genuine. At the base of the gold cap, the words 'made in the U.S.A.' had been neatly inscribed. The man said that the pen was worth £50, but as a special favour, he would let me have it for £30. I shook my head and held up five fingers indicating that I was willing to pay £5. Gesticulating wildly, the man acted as if he found my offer outrageous, but he eventually reduced the price to £10. Shrugging my shoulders, I began to walk away when, a moment later, he ran after me and thrust the pen into my hands. Though he kept throwing up his arms in despair, he readily accepted the £5 I gave him. I felt especially pleased with my wonderful bargain----until I got back to the ship. No matter how hard I tried, it was impossible to fill this beautiful pen with ink and to this day it has never written a single word!
notes:
1作者应该是做轮船去海外旅游。
2靠岸后发现有各种商品和推销员,本决定不买任何东西。
3上岸后被一个像卖钻石的纠缠半小时。
4一个卖钢笔的要价30英镑,最后5英镑成交。美国制造。
5一支用来做纪念,不能使用的钢笔! 吸不进墨水
6本文有调戏美国制造的调调。
当一艘大型班船进港的时候,许多小船载着各种杂货快速向客轮驶来。大船还未下锚。小船上的人就纷纷爬上客轮。一会儿工夫,甲板上就摆满了色彩斑斓的波斯地毯。印度丝绸。铜咖啡壶以及手工制作的漂亮的银器。要想不为这些东西所动心是很困难的。船上许多游客开始同商贩讨价还价起来,但我打定主意上岸之前什么也不买。
我刚下船,就被一个人截住,他向我兜售一枚钻石戒指。我根本不想买,但我不能掩饰这样一个事实:其钻石之大给我留下了深刻的印象。有的钻石像玻璃球那么大。那人竭力想证明那钻石是真货。我们路过一家商店时,他将一颗钻石使劲地往橱窗上一按,在玻璃上留下一道深痕。我花了半个多小时才摆脱了他的纠缠。
向我兜售的第二个人是卖名贵钢笔和手表的。我仔细察看了一枝钢笔,那看上去确实不假,金笔帽下方整齐地刻有“美国制造”字样。那人说那支笔值50英镑,作为特别优惠,他愿意让我出30英镑成交。我摇摇头,伸出5根手指表示我只愿出5镑钱。那人激动地打着手势,仿佛我的出价使他不能容忍。但他终于把价钱降到了10英镑。我耸耸肩膀掉头走开了。一会儿,他突然从后追了上来,把笔塞到我手里。虽然他绝望地举起双手,但他毫不迟疑地收下了我付给他的5镑钱。在回到船上之前,我一直为我的绝妙的讨价还价而洋洋得意。然而不管我如何摆弄,那枝漂亮的钢笔就是吸不进墨水来。直到今天,那枝笔连一个字也没写过!
听力
anchor v. 停航下锚
New Concept English three (28)的更多相关文章
- 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 ...
随机推荐
- Redis一(Redis-py与String操作)
Redis 介绍 redis是一个key-value存储系统.和Memcached类似,它支持存储的value类型相对更多,包括string(字符串).list(链表).set(集合).zset(so ...
- FPGA电源设计
LDO(低压差线性稳压器),FPGA需要3.3V.2.5V和1.2V,可选用凌力尔特LINEAR:LT1083/84/85,低压差正压可调稳压器. 应用电路如图所示: 输入端加10UF电解电容,输出端 ...
- BLOG总结
1.登录:http://www.cnblogs.com/shaojiafeng/p/7868195.html 2.注册 - urls -前端页面中写 username ,password,passwo ...
- while循环中的break、continue和else
break:直接结束当前循环然后跳到下面的语句.break之后在循环外continue:结束本次循环,跳到下次循环.continue之后依然还在循环内else:这是while循环所特有,当循环结束之后 ...
- Cpython-并发编程
阅读目录 一 背景知识 二 python并发编程之多进程 三 python并发编程之多线程 四 python并发编程之协程 五 python并发编程之IO模型 六 补充:paramiko模块 七 作业 ...
- 学员管理系统(简单的Django设计)
学员管理系统(简单的Django设计) 学员管理系统 项目规划阶段 项目背景 近年来老男孩教育的入学学员数量稳步快速增长,传统的excel统计管理学员信息的方式已经无法满足日渐增长的业务需求.因此公司 ...
- 和为定值的m个数
和为定值的m个数 np 问题(时间复杂度o(2**n)) code1: 暴力递归 解决 只有正数的情况 class Solution { private List<List<Integer ...
- Spring4.2.3+Hibernate4.3.11整合( IntelliJ maven项目)
1. 在IntelliJ中新建maven项目 给出一个建好的示例 2. 在pom.xml中配置依赖 包括: spring-context spring-orm hibernate-core mysql ...
- Python中的WebSocket
一.Websockets介绍 随着互联网的发展,传统的HTTP协议已经很难满足Web应用日益复杂的需求了.近年来,随着HTML5的诞生,WebSocket协议被提出,它实现了浏览器与服务器的全双工通信 ...
- BeatSaber节奏光剑双手柄MR教程
一.物料准备: 1 显卡1060及以上的PC主机 2 HTC VIVE头盔一套(头盔直插显卡上的HDMI接口) 3 1080P摄像头一个(插USB3.0) 4 绿幕一套,能覆盖整个摄像头的可拍摄范围即 ...