新概念英语(1-117)Tommy's breakfast
Lesson 117 Tommy's breakfast
汤米的早餐
Listen to the tape then answer this question. What does she mean by 'change in the last sentence?
听录音,然后回答问题。最后一名话中的“change" 是什么意思?
When my husband was going into the dining room this morning,
he dropped some coins on the floor.
There were coins everywhere.
We looked for them, but we could not find them all.
While we were having breakfast, our little boy, Tommy, found two small coins on the floor.
He put them both into his mouth.
We both tried to get the coins, but it was too late.
Tommy had already swallowed them!
Late that morning, when I was doing the housework, My husband phoned me from the office.
'How's Tommy?' he asked.
'I don't know,' I answered,
'Tommy's been to the toilet three times this morning, but I haven't had any change yet!'
New Word and expressions 生词和短语
dinning room
饭厅
coin
n. 硬币
mouth
n. 嘴
swallow
v. 吞下
later
adv. 后来
toilet
n. 厕所,盥洗室
参考译文
今天早晨我丈夫走进饭厅时,
把一些硬币掉在地上了。
到处都是硬币。
我们虽然找了,但没有把它们全部找到。
正当我们吃早饭时,我们的小男孩汤米在地上找到两枚小硬币。
他把这两枚硬币全都放进嘴里。
我们俩都试图把这两枚硬币拿出来,但太迟了。
汤米已经把硬币咽了下去!
那天下午的晚些时候,当我正做家务时,我丈夫从办公室打来电话。
“汤米怎么样?”他问。
“我不知道”,我回答说,
“今天上午汤米去了3次厕所了,但我还没看到硬币!”
新概念英语(1-117)Tommy's breakfast的更多相关文章
- 新概念英语(1-17)How do you do ?
Is there a problem wtih the Customers officer? What are Michael Baker and Jeremy Short's jobs? A:Com ...
- [新概念英语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 ...
随机推荐
- JAVA面向对象思想
1.面向对象的基本特征 面向对象具有三个基本特征:封装.多态.继承. 1)封装 封装指的是将对象的实现细节隐藏起来,然后通过一些公用方法来暴露该对象的功能. ...
- 如何关闭常见浏览器的 HSTS 功能
在安装配置 SSL 证书时,可以使用一种能使数据传输更加安全的Web安全协议,即在服务器端上开启HSTS (HTTP Strict Transport Security).它告诉浏览器只能通过HTTP ...
- Ubuntu开启远程连接
Ubuntu开启远程连接 author:headsen chen 2017-10-13 09:47:38 个人原创,严禁转载,违者追究法律责任: apt-get update apt-get ...
- unable to apply changes:plugins "App links assistant",firebase services won'
新安装的android studio工具报错,本来以为只要在plugins中安装android support插件的,现在点击该插件还是不能apply,提示: unable to apply chan ...
- C语言第四次博客作业--嵌套循环
一.PTA实验作业 题目1:编程打印空心字符菱形 1. 本题PTA提交列表 2. 设计思路(流程图) 3.本题调试过程碰到问题及解决办法 思考过程:将问题拆解为菱形问题和字母变化问题两部分 1> ...
- MySQL 中添加列、修改列以及删除列
ALTER TABLE:添加,修改,删除表的列,约束等表的定义. 查看列:desc 表名; 修改表名:alter table t_book rename to bbb; 添加列:); 删除列:alte ...
- Redis sentinel & cluster 原理分析
1. Redis集群实现分析 1.1 sentinel 1. 功能 Sentinel实现如下功能: (1)monitoring--redis实例是否正常运行. (2)notification-- ...
- Markdown 语法手册 (完整整理版)
http://blog.csdn.net/witnessai1/article/details/52551362
- c# 基于FTP协议的简易软件自动升级程序
最近在重写了一个老的产品条码扫描程序,客户端数越有30个,因为经常有更新,C/S维护非常不方便,所以做一个自动更新程序特别有必要. 在网上随便找了找自动更新的方案,大多使用VS的发布/更新功能,不太喜 ...
- Konckout第五个实例:各种事件绑定
点击加一: <!doctype html> <html > <head> <meta http-equiv="Content-Type" ...