新概念英语(1-97)A Small Blue Case
Lesson 97
A small blue case
一只蓝色的小箱子
Listen to the tape then answer this question. Does Mr. Hall get his case back?
听录音,然后回答问题。霍尔先生有没有要回他的提箱?
MR. MALL: I left a suitcase on the train to London the other day.
ATTENDANT: Can you describe it, sir?
MR. MALL: It's a small blue case and it's got a zip.
There's a label on the handle with my name and address on it.
ATTENDANT: Is this case yours?
MR. MALL: No, that's not mine.
ATTENDANT: What about this one?
This one's got a label.
MR. MALL: Let me see it.
ATTENDANT: What's your name and address?
MR. MALL: David Hall, 83, Bridge Street.
ATTENDANT: That's right.
D.N. Hall, 83, Bridge Street.
ATTENDANT: Three pounds fifty pence, please.
MR. MALL: Here you are.
ATTENDANT: Thank you.
MR. MALL: Key!
ATTENDANT: What's matter?
MR. MALL: This case doesn't belong to me!
You've given me the wrong case!
New Word and expressions 生词和短语
leave (left, left)
v. 遗留
describe
v. 描述
zip
n. 拉链
label
n. 标签
handle
n. 提手,把手
address
n. 地址
pence
n. penny 的复数形式
belong
v. 属于
参考译文
霍尔先生:几天前我把一只手提箱忘在开往伦敦的火车上了。
服 务 员:先生,您能描述一下它是什么样子的吗?
霍尔先生:是只蓝色的小箱子,上面有拉链。
箱把上有一标签,上面写着我的姓名和住址。
服 务 员:这箱子是您的吗?
霍尔先生:不,那不是我的。
服 务 员:这只是不是?这只箱子有张标签。
霍尔先生:让我看看。
服 务 员:您的姓名和住址?
霍尔先生:大卫.霍尔,大桥街83号。
服 务 员:那就对了。D.N.霍尔,大桥街83号。
服 务 员:请付3英镑50便士。
霍尔先生:给您。
服 务 员:谢谢您。
霍尔先生:嗨!
服 务 员:怎么回事?
霍尔先生:这箱子不是我的!您给错了!
新概念英语(1-97)A Small Blue Case的更多相关文章
- [新概念英语II 笔记] Lesson 3: Please Send Me a Card
发现身边很多程序员都能看懂英文技术文章的60%-80%内容,但大家都有一个毛病,就是不会说,不会写作,在逛英文技术社区的时候,想发表点什么评论,总担心自己写的话有错误.究其原因, 我觉得主要原因是因为 ...
- 新概念英语(1-47)A cup of coffee
新概念英语(1-47)A cup of coffee How does Ann like her coffee? A:Do you like coffee, Ann? B:Yes, I do. A:D ...
- 新概念英语(1-45)The boss's letter
新概念英语(1-45)The boss's letter Why can't Pamela type the letter? A:Can you come here a minute, please, ...
- 新概念英语(1-43)Hurry up!
新概念英语(1-43)Hurry up! How do you know Sam doesn't make the tea very often? A:Can you make the tea, Sa ...
- 新概念英语(1-41)Penny's bag
新概念英语(1-41)Penny's bag Who is the tin of tobacco for? A:Is that bag heavy, Penny? B:Not very. A:Here ...
- 新概念英语(1-39)Don't drop it!
新概念英语(1-39)Don't drop it! Where does Sam put the vase in the end ? A:What are you going to do with t ...
- 新概念英语(1-35)Our village
新概念英语(1-35)Our village Are the children coming out of the park or going into it ? This is a photogra ...
- 新概念英语(1-32)A fine day
新概念英语(1-33)A fine day Where is the Jones family? It is a fine day today. There are some clouds in th ...
- 新概念英语(1-31)Where's Sally?
新概念英语(1-31)Where's Sally? Is the cat climbing the tree ? A:Where is Sally, Jack ? B:She is in the ga ...
随机推荐
- Postman使用小技巧
Postman使用小技巧 2017-09-13 目录: 1 自动生成流水号2 保存响应结果 1 自动生成流水号 返回 为了让接口具有幂等性,在设计时,往往有一个字段是唯一的(比如流水号,交易编号等), ...
- DaTaX当成jar包当作第三方库启动的相关问题
上一篇已经大致的将了本地状况下DaTaX的纯Java代码启动的过程 http://www.cnblogs.com/blogsofmy/p/8287637.html不了解的请点超链接 这次我们来说说文件 ...
- python web开发-flask调试模式
使用run()方式可以启动flask应用,但是每次修改代码之后,需要重新启动,这样对于调试就很不太方便.Flask的调试模式可以让代码在每次修改之后自动载入. 有两种方法可以启用flask的调试模式 ...
- 面向对象设计模式_命令模式(Command)解读
在.Net框架中很多对象的方法中都会有Invoke方法,这种方法的设计实际是用了设计模式的命令模式, 模式图如下 其核心思路是将Client 向Receiver发送的命令行为进行抽象(ICommand ...
- BZOJ1493 NOI2007 项链工厂 线段树模拟
提交地址:http://www.lydsy.com/JudgeOnline/problem.php?id=1493 题目大意:给一个数列,进行一系列操作.包括旋转,翻转,改变等操作,以及查询颜色段数. ...
- 边框0.5px的实现方法
原理: css3 的缩放 ----> transform: scale() 完整代码如下: <!DOCTYPE html> <html lang="en&q ...
- python初识(二)
伟大的"hello world" print("hello world") 第一个简单的python程序就搞定了 浅谈python语言的特点: 1. 语法简洁: ...
- 通过Beego将之前实现的短url项目实现
正好通过这个小例子对之前了解的beego框架的基本内容进行一个简单的应用 实现的完整代码地址:https://github.com/pythonsite/go_simple_code/tree/mas ...
- SQL server 2008 安装提示:属性不匹配
问题 安装SQL server 2008提示属性不匹配 解决方案 确保C盘以及其子文件夹C:\Program Files\Microsoft SQL Server和C:\Program Files ( ...
- 使用domain模块捕获异步回调中的异常
和其他服务器端语言相比,貌似node.js 对于异常捕捉确实非常困难. 首先你会想到try/catch ,但是在使用过程中我们会发现并没有真正将错误控制在try/catch 语句中. 为什么? 答案是 ...