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. session、cookie与“记住我的登录状态”的功能的实现

    Cookie的机制 Cookie是浏览器(User Agent)访问一些网站后,这些网站存放在客户端的一组数据,用于使网站等跟踪用户,实现用户自定义功能. Cookie的Domain和Path属性标识 ...

  2. 杭电oj-1002-A+B Problem

    Problem Description I have a very simple problem for you. Given two integers A and B, your job is to ...

  3. 如何彻底关闭windows defender

    我是一个喜欢裸奔的人,我不喜欢使用那些安全软件,什么360啊,什么毒霸啊让我深恶痛绝,就连windows自带的杀软我都不能忍啊,因为我平时喜欢找一下软件,很多的补丁和注册机,这些安全软件都会误报,所以 ...

  4. 怎么用secureCRT连接Linux

    首先要安装linux,参看:http://www.cnblogs.com/shenjieblog/p/5061282.html 然后要安装secureCRT,参看:http://www.cnblogs ...

  5. 关于Roll A Ball实例练习记录

    学习中不段进步! 游戏思路:通过键盘控制白色小球,让它"捡起"柠黄色方块,捡起一个加1分,全部捡起游戏胜利! 游戏对象: Ground:绿色地面 player:  小球 Obsta ...

  6. python中字符串和列表只是汇总

    字符串知识汇总 字符串是描述变量的重要信息,其中的应用也是很多,很重要的一点就是StringBuilder.今天我们会为大家介绍一下常用的StringBuilder 1 strip lstrip rs ...

  7. 基于synchronized实现的阻塞队列

    package com.lilei.pack09; import java.util.concurrent.ExecutorService; import java.util.concurrent.E ...

  8. python爬微信公众号前10篇历史文章(5)-JSON相关内容小结

    json - JSON encoder and decoder JSON: JavaScript object notation,是一种轻量级的数据交换格式.JSON 是 JS 对象的字符串表示法,它 ...

  9. ABAP调试

    ABAP 开发系列(02): ABAP Development Workbench 介绍(下)- ABAP 调试器 8. Debugger – ABAP 调试器 开发程序,调试器是必不可少的工具,而A ...

  10. Atlas安装配置

    准备环境 192.168.1.1(Altas) 192.168.1.2(MySQL主) 192.168.1.3(MySQL从) 官方链接:https://github.com/Qihoo360/Atl ...