新概念英语(1-137)A pleasant dream
Lesson 137
A pleasant dream
美好的梦
Listen to the tape then answer this question. What would Julie like to do, if she had the money?
听录音,然后回答问题。如果朱莉有那笔钱,她想做什么呢?
JULIE: Are you doing the football pools, Brain?
BRIAN: Yes, I've nearly finished, Julie.
Julie. I'm sure we'll win something this week.
JULIE: You always say that,
but we never win anything!
What will you do if you win a lot of money?
BRIAN: If I win a lot of money I'll buy you a mink coat.
JULIE: I don't want a mink coat!
I want to see the world.
BRIAN: All right.
If we win a lot of money We'll travel round the world
and we'll stay at the best hotels.
Then we'll return home and buy a big house in the country.
We'll have a beautiful garden and …
JULIE: But if we spend all that money we'll be poor again.
What'll we do then?
BRIAN: If we spend all the money we'll try and win the football pools again.
JULIE: It's a pleasant dream but everything depends on 'if'!
New Word and expressions 生词和短语
football
n. 足球
pool
n. 赌注
win (won, won)
v. 赢
world
n. 世界
poor
adj. 贫穷的
depend
v. 依靠(on)
参考译文
朱 莉:布赖恩,你正在下足球赛的赌注吗?
布赖恩:是的。我这就做完了。朱莉。
我敢肯定这星期我们会赢一点的。
朱 莉:你老是那样说,但是我们从来没赢过!
要是你赢了许多钱,你打算做什么呢?
布赖恩:要是我赢了许多钱,我给你买件貂皮大衣。
朱 莉:我不要貂皮大衣。我要去见风世面。
布赖恩:好吧。要是我们赢了很多钱,我们就去周游世界,并且往最好的旅馆。
然后我们返回家园,在乡下买幢大房子。
我们将有一个漂亮的花园和
……
朱 莉:但是如果我们把所有钱都花光了,我们又会变穷的。
那时我们怎么办呢?
布赖恩:如果我们花光了所有钱,我们设法在足球赛赌注上再赢一次。
朱 莉:这是个美好的梦,但一切都取决于“如果”!
新概念英语(1-137)A pleasant dream的更多相关文章
- 新概念英语(1-37)Making a bookcase
What is Susan's favourite color ? A:You're working hard, Georage. What are you doing? B:I am making ...
- 新概念英语(1-51)A pleasant climate
新概念英语(1-51)A pleasant climate Does it ever snow in Greece? A:Where do you come from? B:I come from G ...
- 新概念英语(1-53)An interesting climate
新概念英语(1-53)An interesting climate What's the favourite subject of conversation in England? A:Where ...
- [新概念英语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 ...
随机推荐
- 面向对象设计模式_命令模式(Command)解读
在.Net框架中很多对象的方法中都会有Invoke方法,这种方法的设计实际是用了设计模式的命令模式, 模式图如下 其核心思路是将Client 向Receiver发送的命令行为进行抽象(ICommand ...
- java单点登录原理与简单实现
一.单系统登录机制 1.http无状态协议 web应用采用browser/server架构,http作为通信协议.http是无状态协议,浏览器的每一次请求,服务器会独立处理,不与之前或之后的请求产生关 ...
- 原生js写的flybird小游戏
游戏地址:http://zangzhihong.jusukeji.com/flybird/index.html html部分 <!DOCTYPE html> <!-- This ...
- 求第k小的元素
用快排解决: 用快排,一趟排序后,根据基准值来缩小问题规模.基准值的下角标i 加1 表示了基准值在数组中第几小.如果k<i+1,那就在左半边找:如果k>i+1那就在右半边找.当基准值的下角 ...
- WinSock 异步I/O模型-3
重叠I/O(Overlapped I/O) 在 Winsock 中,重叠 I/O(Overlapped I/O)模型能达到更佳的系统性能,高于之前讲过的三种.重叠模型的基本设计原理便是让应用程序使用一 ...
- java大数(BigInteger)
JAVA之BigInteger 用Java来处理高精度问题,相信对很多ACMer来说都是一件很happy的事,简单易懂.用Java刷了一些题,感觉Java还不错,在处理高精度和进制转换中,调用库函数的 ...
- 【Python】随机模块random & 日期时间のtime&&datetime
■ random 顾名思义,random提供了python中关于模拟随机的一些方法.这些方法都一看就懂的,不多说了: random.random() 返回0<n<=1的随机实数 rando ...
- 解决设置clickablespan后长按冲突的问题
解决设置ClickableSpan后长按冲突的问题 问题描述 3月份修改别人代码的时候想要屏蔽TextView的长按事件,发现TextView有重写OnTouchEvent方法,然后在其中加了长按事件 ...
- css3 背景色 实现边框渐变运动动画
css3 #body_id { animation: myfirst 10s ease-in-out -2s infinite alternate; /* Firefox: */ -moz-anima ...
- CSS3 box-shadow 属性
定义和用法box-shadow 属性向框添加一个或多个阴影. 默认值: none继承性: no版本: CSS3JavaScript 语法: object.style.boxShadow="1 ...