THE UGLY DUCKLING
 
Chapter 1: The Ugly Duckling Hatches
 
A mother duck sits on many eggs.
Crack! Crack!
The pretty little ducklings hatch from the eggs.
The ducklings say, "Peep, peep!"
The mother duck says, "Quack, quack!"
 
Crack! The last egg hatches.
"Peep, peep!"
The duckling is big and ugly.
The mother duck says,
"You are not like the other ducklings.
You are big and ugly!"
 
The mother duck takes her ducklings to the water.
The ducklings swim. The have fun in the water.
But they don't play with the Ugly Duckling.
They say, "You are too big and ugly.
We don't want to play with you."
 
The Ugly Duckling goes to a farm.
"Can I play with you?" he says to the farm animals.
"No, you can't. We don't like you.
You are a big ugly duckling. Go away." They say.
"Nobody likes me." the Ugly Duckling cries
and he runs away.
 
Chapter 2: Nobody Likes the Ugly Duckling
 
The Ugly Duckling runs to a marsh.
He sees big marsh ducks.
"I want to play with you," says the Ugly Duckling.
"You don't look like us. Look into the water.
You are an ugly duckling!"
says a big marsh duck.
 
The Ugly Duckling looks into the water.
He sees an ugly duckling.
"The marsh duck is right. I am ugly," he sighs.
The Ugly Duckling is sad.
 
The Ugly Duckling runs to a house.
"I will live in this house," he says.
But he sees a big dog in the house.
Growl! The dog growls and says,
"You are an ugly duckling.
You can't live in this house."
 
The Ugly Duckling runs to s pond.
He sees beautiful swans.
"The swans are beautiful.
I want to be like them," he sighs.
 
Chapter 3: The Ugly Duckling in winter
 
Winter is here. It is very cold.
The water is frozen.
The Ugly Duckling wants to swim.
But he can't crack the ice.
 
The Ugly Duckling is freezing.
He can't move.
A man sees the Ugly Duckling.
"Oh, poor duckling!
I will take you to my house.
It is warm there," the man says.
 
The man takes the Ugly Duckling to his house.
It is very warm.
But his children are not good to the Ugly Duckling.
"The children are bad to me. I am tired."
The Ugly Duckling cries and he runs away.
 
The Ugly Duckling runs to the marsh.
He lives in a cold home by the water.
He is alone. He cries and cries.
 
Chapter 4: The Ugly Duckling Becomes a Swan
 
Soon Winter is past. It is spring.
The birds are singing.
The warm sun is shining.
But the Ugly Duckling is still alone.
 
The Ugly Duckling looks up at the sky.
He sees beautiful swans.
"I want to fly like them," he says.
He runs and runs. And he spreads his wings.
Then he rises higher and higher.
Oh, yes! He can fly!
 
"Wow, look at me!
I am an ugly duckling. But I can fly!"
says the Ugly Duckling to a swan.
"No, you are not a duckling," says the swan.
"Look into the water. You are a swan."
 
The Ugly Duckling looks into the water.
He sees a beautiful swan.
"Is that me?" he says.
"I am not an ugly duckling any more.
I am a swan!"
The Ugly Duckling is very happy.

The Ugly Duckling的更多相关文章

  1. data cleaning

    Cleaning data in Python   Table of Contents Set up environments Data analysis packages in Python Cle ...

  2. [LeetCode] Super Ugly Number 超级丑陋数

    Write a program to find the nth super ugly number. Super ugly numbers are positive numbers whose all ...

  3. [LeetCode] Ugly Number II 丑陋数之二

    Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors ...

  4. [LeetCode] Ugly Number 丑陋数

    Write a program to check whether a given number is an ugly number. Ugly numbers are positive numbers ...

  5. 【13_263】Ugly Number

    简单题 Ugly Number My Submissions Question Total Accepted: 32635 Total Submissions: 94009 Difficulty: E ...

  6. Leetcode 313. super ugly number

    Write a program to find the nth super ugly number. Super ugly numbers are positive numbers whose all ...

  7. Leetcode 264. Ugly Number II

    Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors ...

  8. LeetCode 263 Ugly Number

    Problem: Write a program to check whether a given number is an ugly number. Ugly numbers are positiv ...

  9. [LeetCode] Ugly Number II

    Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors ...

随机推荐

  1. Python 关于数组矩阵变换函数numpy.nonzero(),numpy.multiply()用法

    1.numpy.nonzero(condition),返回参数condition(为数组或者矩阵)中非0元素的索引所形成的ndarray数组,同时也可以返回condition中布尔值为True的值索引 ...

  2. 2016-2017-20155329 《Java程序设计》第6周学习总结

    学号 2016-2017-20155329 <Java程序设计>第6周学习总结 教材学习内容总结 数据从来源取出:输入串流 java.io.InputStream 写入目的的:输出串流 j ...

  3. 如何用Python实现常见机器学习算法-3

    三.BP神经网络 1.神经网络模型 首先介绍三层神经网络,如下图 输入层(input layer)有三个units(为补上的bias,通常设为1) 表示第j层的第i个激励,也称为单元unit 为第j层 ...

  4. Ubuntu 16.04调节屏幕显示字体大小

    对于高分辨屏幕来说,Ubuntu的字体可能会有点小,反之,低分率的屏幕字体有点大,设置方法如下: [System Settings]->[Displays]->[ Scale for me ...

  5. Appium之启用手机桌面APP的多种方法

    方法一: 其实之前的随笔 Appium之连续启动多个应用(APP)中已经介绍了可以用appium下的start_activity()方法来启动一个应用,那这里就不再说明啦. 方法二: 因为有时用sta ...

  6. HDU1863 畅通工程 2017-04-12 19:25 59人阅读 评论(0) 收藏

    畅通工程 Time Limit : 1000/1000ms (Java/Other)   Memory Limit : 32768/32768K (Java/Other) Total Submissi ...

  7. akka 练手 原来第一次是原封不动的返回传出去的参数

    今天,有介绍akka的文章,就下了个源码的demo练手! 在TimeServer 这个实例中主要就2个文件 server端 static void Main(string[] args) { usin ...

  8. nancy中的身份验证

    在nancy中,身份验证分为basic ,form ,token,stateless几种,basic和form这里不说了,其中如果是使用cookie来保存身份的, 需要注意的是:cookie有大小的限 ...

  9. 原创:MVC 5 实例教程(MvcMovieStore 新概念版:mvc5.0,EF6.01) - 1、初露锋芒

    说明:MvcMovieStore项目已经发布上线,想了解最新版本功能请登录 MVC 影视(MvcMovie.cn) 进行查阅.如需转载,请注明出处:http://www.cnblogs.com/Dod ...

  10. .NET中Debug模式与Release模式差别

    Debug里的PDB是full,保存着调试和项目状态信息.有断言.堆栈检查等代码.Release 里的PDB是pdb-only,基本上:出什么错了+错误在哪行. 因为很多人把PDB理解成:调试文件.P ...