New Concept English three(16)
35w/m
43
Mary and her husband Dimitri lived in the tiny village of Perachora in southern Greece. One of
Mary's prize possessions was a little white lamb which her husband had given her. She kept it
tied to a tree in a field during the day and went to fetch it every evening. One evening,
however, the lamb was missing. The rope had been cut, so it was obvious that the lamb had been
stolen. When Dimitri came in from the fields,His wife told him what had happened.Dimitri at
once set out to find the thief. He knew it would not prove difficult in such a small village.
After telling several of his friends about the theft, Dimitri found out that his neighbour,
Aleko, had suddenly acquired a new lamb. Dimitri immediately went to Aleko's house and angrily
accused him of stealing the lamb. He told him he had better return it or he would call the
police. Aleko denied taking it and led Dimitri into his back-yard. It was true that he had just
bought a lamb, he explained, but his lamb was black. Ashamed of having acted so rashly, Dimitri
apologized to Aleko for having accused him. While they were talking it began to rain and
Dimitri stayed in Aleko's house until the rain stopped. When he went outside half an hour
later, he was astonished to find that the little black lamb was almost white. Its wool, which
had been dyed black, had been washed clean by the rain!
notes:
一对夫妇掉了一只白色羊羔,调查后,怀疑是邻居偷的,一番询问后,因为邻居的羊羔是黑色的,但是一场雨,染色的黑羊变白了。
New Concept English three(16)的更多相关文章
- New Concept English three (35)
27 55 The word justice is usually associated with courts of law. We might say that justice has been ...
- New Concept English there (1)Typing speed exercise
Today,I start learn new concept english there,Mainly for listening practice and typing speed exercis ...
- New Concept English three (30)
27W/m 32 words the death of ghost For years, villagers believed that Endley Farm was hunted. The far ...
- New Concept English three (27)
35w/m 67 It has been said that everyone lives by selling something. In the light of this statement, ...
- New Concept English three (45)
31w/m 65error In democratic countries any efforts to restrict the freedom of the press are rightly c ...
- New Concept English three (43)
30 54 Insurance companies are normally willing to insure anything. Insuring public or private proper ...
- New Concept English three (38)
26w/m 45 Future historians will be in a unique position when they come to record the history of our ...
- New Concept English three (32)
26w/m 68 The salvage operation had been a complete failure. The small ship, Elkor, which had been se ...
- New Concept English three (51)
22 76 Predicting the future is notoriously difficult. Who could have imagined, in the mid 1970s, for ...
随机推荐
- 关于git pull时出现的问题及解决反思
前因 在前面由于已经git过一次,按照娄老师的要求,代码一个一个commit,所以删掉之前的git仓库(用la查看,使用rm -rf .git删除).但远程origin已经存在,所以执行git rem ...
- linux c开发环境构成
1.编辑器:VI.VIM 2.编译器:GNU C/C++编译器gcc 3.调试器:gdb 4.函数库:glibc 5.系统头文件:glibc_header
- Import SQL into MySQL with a progress meter
There is nice tool called pv # On Ubuntu/Debian system $ sudo apt-get install pv # On Redhat/CentOS ...
- Moment.js的一些用法
前记:项目开发用到了日历插件(Pikaday.js),同时也用到了Moment.js(日期处理类库) 1.subtract:减去,下面代码的意思是减去1天 this.yestdayStr = mome ...
- C#忽略decimal多余的0
decimal test=1.2000:test.ToString("0.####");
- JavaScript声明全局变量三种方式的异同
JavaScript中声明变量很简单var(关键字)+变量名(标识符). 方式1 1 2 var test; var test = 5; 需注意的是该句不能包含在function内,否则是局部变量.这 ...
- vim 的寄存器
If you've been following my series on Vim, it should be clear now that Vim has a pretty clear philos ...
- 转载:10+ handy and reusable jQuery code snippets
源地址:http://www.catswhocode.com/blog/10-handy-and-reusable-jquery-code-snippets Smooth scrolling to t ...
- torch 深度学习(3)
torch 深度学习(3) 损失函数,模型训练 前面我们已经完成对数据的预处理和模型的构建,那么接下来为了训练模型应该定义模型的损失函数,然后使用BP算法对模型参数进行调整 损失函数 Criterio ...
- 转:在Eclipse的Debug页签中设置虚拟机参数
http://blog.csdn.net/decorator2015/article/details/50914479 在Eclipse的Debug页签中设置虚拟机参数 步骤 1,Run->De ...