新概念英语(1-129)Seventy miles an hour
Lesson 129
Seventy miles an hour
时速70英里
Listen to the tape then answer this question. What does Ann advise her husband to do next time?
听录音,然后回答问题。安建议她的丈夫下次做什么?
ANN: Look, Gary!
That policeman's waving to you.
He wants you to stop.
POLICEMAN: Where do you think you are?
On a race track?
You must have been driving at seventy miles an hour.
GARY: I can't have been.
POLICEMAN: I was doing eighty when I overtook you.
POLICEMAN: Didn't you see the speed limit?
GARY: I'm afraid I didn't, officer.
I must have been dreaming.
ANN: He wasn't dreaming, officer.
I was telling him to drive slowly.
GARY: That's why I didn't see the sign.
POLICEMAN: Let me see your driving licence.
POLICEMAN: I won't charge you this time.
But you'd better not do it again!
GARY: Thank you.
I'll certainly be more careful.
ANN: I told you to drive slowly, Gary.
GARY: You always tell me to drive slowly, darling.
ANN: Well, next time you'd better take my advice!
New Word and expressions 生词和短语
wave
v. 招手
track
n. 跑道
mile
n. 英里
overtake (overtook, overtaken)
v. 从后面超越,超车
speed limit
限速
dream
v. 做梦,思想不集中
sign
n. 标记,牌子
driving licence
驾驶执照
charge
v. 罚款
darling
n. 亲爱的(用作表示称呼)
参考译文
安:瞧,加里!那个警察正朝你挥手呢。
他要你停下来。
警察:你认为你现在是在哪儿?
在赛车道上吗?
你刚才一定是以每小时70英里的速度开车。
加里:我不会开得那么快的。
警察:我是以第小时80英里的速度赶上你的。
警察:难道你没看见限速牌吗?
加里:恐怕我没有看见,警官。
我一定思想开小差了。
安:警官,他思想没有开小差。
我刚才正告诉他开慢点。
安里:所以我才没看见那牌子。
警察:让我看一看你的驾驶执照。
警察:这次我就不罚你款了。
但你最好不要再开得这样快。
加里:谢谢您。我以后一定会多加注意。
安:加里,我刚才叫你开慢点吧。
加里:你总是叫我开慢点,亲爱的。
安:好啦,
下次你最好还是听从我的劝告!
新概念英语(1-129)Seventy miles an hour的更多相关文章
- 新概念英语(1-29)Come in, Amy.
How must Amy clean the floor? A:Come in, Amy. Shut the door, please. This bedroom's very untidy. B:W ...
- [新概念英语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 ...
随机推荐
- LeetCode之Easy篇 ——(1)Two Sum
1.Two Sum Given an array of integers, return indices of the two numbers such that they add up to a s ...
- 我的C++学习之旅
说在前面:1.学习缘由及学习途径: 在学了Python,c#(自认为未精通)之后,我决定学一下C++. 于是去网上找视频教程,发现都不适合我这种有一定基础的自学者,要么是不完整的高级教程,要么是零基础 ...
- 2018-3 WebStorm最新版本破解方法
今天重新打开WebStorm发现之前输入的License Server没法用了,不能通过WebStorm的检测,搜索良久,终于找到了最新版本WebStorm的破解方法. 在激活页面选择License ...
- Linux环境下安装配置Node.js
1.在官网查看版本,LTS代表长期支持的版本 2.进入服务器 3.输入命令:·wget https://npm.taobao.org/mirrors/node/v8.9.3/node-v8.9.3-l ...
- 优化python程序的几点建议
1.在需要只读序列时,最好使用元组而非列表: 2.使用生成器yield,而不是创建大的元组和列表并在其上进行迭代处理: 3.尽量使用python内置的数据结构,而不实现自己的自定义结构: 4.从小字符 ...
- 使用git提交到github,每次都要输入用户名和密码的解决方法
使用git提交文件到github,每次都要输入用户名和密码,操作起来很麻烦,以下方法可解决,记录以下. 原因:在clone 项目的时候,使用了 https方式,而不是ssh方式. 默认clone 方式 ...
- Asp.Net Core 2.0 项目实战(11) 基于OnActionExecuting全局过滤器,页面操作权限过滤控制到按钮级
1.权限管理 权限管理的基本定义:百度百科. 基于<Asp.Net Core 2.0 项目实战(10) 基于cookie登录授权认证并实现前台会员.后台管理员同时登录>我们做过了登录认证, ...
- Lucene-02:搜索初步
承接上一篇文章. package com.amazing; import java.io.File; import java.io.IOException; import org.apache.luc ...
- Omron 论坛软件下载连接
全部软件目录 (更新时间:2017年1月5日) 序号 产品类别 软件名称 1 FA自动化设备 RFID系统 V600-CA5DUSB驱动程序 2 FA自动化设备 可编程控制器 CJ2/CP1USB驱动 ...
- STL --> queue单向队列
queue单向队列 queue 模板类的定义在<queue>头文件中.与stack 模板类很相似,queue 模板类也需要两个模板参数,一个是元素类型,一个容器类型,元素类型是必要的,容器 ...