Lesson 95
Tickets, please.
请把车票拿出来。

Listen to the tape then answer this question. Why did George and Ken miss the train?
听录音,然后回答问题。为什么乔治和肯误了火车?

GEORGE: Two return tickets to London, please.
What time will the next train leave?
ATTENDANT: At nineteen minutes past eight.
GEORGE: Which platform?
ATTENDANT: Platform Two.
Over the bridge.
KEN: What time will the next train leave?
GEORGE: At eight nineteen.
KEN: We've got plenty of time.
GEORGE: It's only three minutes to eight.
KEN: Let's go and have a drink.
There's a bar
next door to the station.
GEORGE: We had better
go back to the station now, Ken.
PORTER: Tickets, please.
GEORGE: We want to catch
the eight nineteen to London.
PORTER: You've just missed it!
GEORGE: What!
It's only eight fifteen.
PORTER: I'm sorry, sir.
That clock's ten minutes slow.
GEORGE: When's the next train?
PORTER: In five hours' time!

New Word and expressions 生词和短语

return
n. 往返

train
n. 火车

platform
n. 站台

plenty
n. 大量

bar
n. 洒吧

station
n. 车站,火车站

porter
n. 收票员

catch (caught, caught)
v. 赶上

miss
v. 错过

参考译文

乔 治:买两张到伦敦的往返票。
下一班火车什么时候开?
服务员:8点19分。
乔 治:在哪个站台?
服务员:2号站台。过天桥。
肯:下一班火车什么时候开?
乔 治:8点19分。
肯:我们时间还很宽裕。
乔 治:现在才7点57分。
肯:让我们去喝点东西吧,
车站旁有一个酒吧。
乔 治:肯,我们现在最好回车站去。
收票员:请把车票拿出来。
乔 治:我们要乘8点19分的车去伦敦。
收票员:你们刚好错过了那班车。
乔 治:什么!现在只有8点15分。
收票员:对不起,先生,那个钟慢了10分钟。
乔 治:下一班车是什么时候?
收票员:5个小时以后!

新概念英语(1-95)Tickets,please!的更多相关文章

  1. [新概念英语II 笔记] Lesson 3: Please Send Me a Card

    发现身边很多程序员都能看懂英文技术文章的60%-80%内容,但大家都有一个毛病,就是不会说,不会写作,在逛英文技术社区的时候,想发表点什么评论,总担心自己写的话有错误.究其原因, 我觉得主要原因是因为 ...

  2. 新概念英语(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 ...

  3. 新概念英语(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, ...

  4. 新概念英语(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 ...

  5. 新概念英语(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 ...

  6. 新概念英语(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 ...

  7. 新概念英语(1-35)Our village

    新概念英语(1-35)Our village Are the children coming out of the park or going into it ? This is a photogra ...

  8. 新概念英语(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 ...

  9. 新概念英语(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 ...

  10. 新概念英语(1-19)Tired and thirsty

    新概念英语(1-19)Tired and thirsty Why do the children thank their mother? A:What's the matter, children? ...

随机推荐

  1. 如何彻底关闭windows update

    对于我个人来说,我并不喜欢更新windows,打补丁对于我来说是一件没必要的事情,所以每次我装完系统之后的第一件事情就是在联网之前关闭windows更新,我通常是进去服务里面关闭,方法是win+R,然 ...

  2. Flume搭建

    [root@hadoop01 src]# mkdir flume [root@hadoop01 src]# ll 总用量 0 drwxr-xr-x. 2 root root  6 4月   7 201 ...

  3. 初识Selenium以及Selenium常用工具的简单介绍

    一.为什么要学习自动化测试? 在互联网行业中敏捷开发小步快跑,快速迭代,测试环节中回归测试任务大繁琐,手工测试容易漏测,自动化测试可以提高测试效率保证产品质量. 二.学习的层次模型 1.单元自动化测试 ...

  4. Keeweb-Linux的密码管理器

    Keeweb-Linux的密码管理器 如今,我们依赖于越来越多的线上服务.我们每注册一个线上服务,就要设置一个密码:如此,我们就不得不记住数以百计的密码.这样对于每个人来说,都很容易忘记密码.那么,下 ...

  5. dot watch+vs code提成asp.net core开发效率

    在园子中,已经又前辈介绍过dotnet watch的用法,但是是基于asp.net core 1.0的较老版本来讲解的,在asp.net core 2.0的今天,部分用法已经不太一样,所以就再写一篇文 ...

  6. Proxy和Reflect

    原因 最近在写 unar.js(一个技术超越react angular vue)的mvvm库.通过研究proxy的可行性.故作以下研究 Proxy代理一个函数 var fn=function(){ c ...

  7. Algorithm --> 求阶乘末尾0的个数

    求阶乘末尾0的个数 (1)给定一个整数N,那么N的阶乘N!末尾有多少个0?比如:N=10,N!=3628800,N!的末尾有2个0. (2)求N!的二进制表示中最低位为1的位置. 第一题 考虑哪些数相 ...

  8. 通过修改然后commit的方式创建自己的镜像

    创建自己的镜像:通过现有的镜像来创建自己的镜像.1.首先拉取一个镜像到本地$ sudo docker imagesREPOSITORY          TAG                 IMA ...

  9. Android实用代码七段(二)

    正文 一.获取应用程序下所有Activity public static ArrayList<String> getActivities(Context ctx) {       Arra ...

  10. Android,资料分享(2015 版)

    Java 学习 我要再次强调,一定要有Java 基础(虽然现在使用其他语言也可以开发Android,但毕竟是很小众),也不要认为学习Java 两三周就可以不用管了,这会在以后的深入学习中暴露出问题,所 ...