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)的更多相关文章

  1. New Concept English three (35)

    27 55 The word justice is usually associated with courts of law. We might say that justice has been ...

  2. New Concept English there (1)Typing speed exercise

    Today,I start learn new concept english there,Mainly for listening practice and typing speed exercis ...

  3. New Concept English three (30)

    27W/m 32 words the death of ghost For years, villagers believed that Endley Farm was hunted. The far ...

  4. New Concept English three (27)

    35w/m 67 It has been said that everyone lives by selling something. In the light of this statement, ...

  5. New Concept English three (45)

    31w/m 65error In democratic countries any efforts to restrict the freedom of the press are rightly c ...

  6. New Concept English three (43)

    30 54 Insurance companies are normally willing to insure anything. Insuring public or private proper ...

  7. 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 ...

  8. New Concept English three (32)

    26w/m 68 The salvage operation had been a complete failure. The small ship, Elkor, which had been se ...

  9. New Concept English three (51)

    22 76 Predicting the future is notoriously difficult. Who could have imagined, in the mid 1970s, for ...

随机推荐

  1. cordova 插件

    1.移动端WebApp开发,如何实现状态栏沉浸式效果? cordova-plugin-fullscreen 2. cordova热更新插件-不发布应用市场动态更新APP源码 https://githu ...

  2. 20145302张薇《Java程序设计》实验一报告

    20145302 <Java程序设计>实验一:Java开发环境的熟悉 实验内容 使用dos命令行编译.运行简单的Java程序: 使用IDEA编辑.编译.运行.调试Java程序. 1.命令行 ...

  3. 《Java 程序设计》团队博客第十一周(第一次)

    <Java 程序设计>团队博客第十一周(第一次) 团队项目 1.项目内容.目标 项目内容 本组的团队项目准备实现一个有关于大富翁有的游戏程序. 大富翁游戏,以经营权为主要的游戏方式,通过购 ...

  4. 快用Visual Studio(三)- 代码重构

    什么是代码重构 编写代码 | 找到代码 | 修改代码 关于重构的工具 Bracket Matching Selection Cursors Intelligence Parameter hints E ...

  5. 【前端】jQuery选择器$()的实现原理

    今天三七互娱技术面试的时候面试官问了我这个问题,当时一脸懵逼,于是好好总结一下. 当我们使用jquery选择器的时候,$(s).回默认去执行jquery内部封装好的一个init的构造函数每次申明一个j ...

  6. 采用OpenReplicator解析MySQL binlog

    Open Replicator是一个用Java编写的MySQL binlog分析程序.Open Replicator 首先连接到MySQL(就像一个普通的MySQL Slave一样),然后接收和分析b ...

  7. Spring中RestTemplate进行Http调用

    Spring中的RestTemplate类源自spring-web,http调用中设置超时时间.设置连接池管理等非常重要,保证了系统的可用性,避免了长时间连接不上或者等待数据返回,拖垮系统. 现贴出工 ...

  8. 【GAN】GAN的原理及推导

    把GAN的论文看完了, 也确实蛮厉害的懒得写笔记了,转一些较好的笔记,前面先贴一些 原论文里推理部分,进行备忘. GAN的解释 算法流程 GAN的理论推理 转自:https://zhuanlan.zh ...

  9. maven项目中使用redis集群报错: java.lang.NumberFormatException: For input string: "7006@17006"

    Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [redis.client ...

  10. Extjs 分页多选的实现

    Extjs 版本 6.X 单页面的多选,没有任何问题. 直接使用 Grid的配置项进行绑定即可获取: xtype: 'grid', bind: { selection: '{checkedRecord ...