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. CentOS配置本地yum源

    如果CentOS服务器处在内网环境中时,如果缺少依赖手动安装那么会非常麻烦,要花费很多时间来寻找rpm包,现在如果搭建本地的yum源,就非常方便了,使用yum源首先需要一个CentOS安装镜像,去官网 ...

  2. 题目1010:A + B

    题目描述: 读入两个小于100的正整数A和B,计算A+B. 需要注意的是:A和B的每一位数字由对应的英文单词给出. 输入: 测试输入包含若干测试用例,每个测试用例占一行,格式为"A + B ...

  3. 详解apply

    先谈this 关于this的指向就不细说了,网上有无数博客以及you don't kown js这类书讲的已经很详细了这里就不炒冷饭了. 举几个简单的例子 function foo() { conso ...

  4. Selenium webdriver实现截图功能

    可参考http://www.cnblogs.com/tobecrazy/p/3599568.html Webdriver截图时,需要引入: import java.io.File; import ja ...

  5. 温故而知新----stack

    stack:栈,先进后出,操作方法相对其它容器来说比较少,具有以下特性:1.LIFO 后进先出,与队列相反,队列时FIFO(先进先出)2.没有迭代器访问.3.C++ 11标准中新增了两个接口,如下:  ...

  6. tp框架-----文件上传

    之前也做过文件上传,现在学了tp,用tp怎么做呢? 第一步:做一个Wenjian控制器: <?php namespace Ceshi\Controller; use Think\Controll ...

  7. 如何 创建一个model对象保存到LIST集合里面并取出来

    /// <summary> /// 缓存客服集合信息 /// </summary> public class model { /// <summary> /// 客 ...

  8. Angular开发实践(一):环境准备及框架搭建

    引言 在工作中引入Angular框架将近一年了,在这一年中不断的踩坑和填坑,当然也学习和积累了很多的知识,包括MVVM框架.前后端分离.前端工程化.SPA优化等等.因此想通过Angular开发实践这系 ...

  9. Filecoin:募资详情和Token分发详情

    基本情况 总数:20亿枚 参与资格:美国合格投资人身份认证(采用与IPO相同的流程,以确保合法性) 爱西欧占比:10%(2亿枚) 爱西欧总金额:2.57亿美元 私募 时间:2017.7.21~2017 ...

  10. java中StringUtils中isEmpty 和isBlank的区别

    StringUtils在commons-lang-2.2.jar包中:org.apache.commons.lang.StringUtils ; StringUtils方法的操作对象是java.lan ...