The Ugly Duckling
Crack! Crack!
The pretty little ducklings hatch from the eggs.
The ducklings say, "Peep, peep!"
The mother duck says, "Quack, quack!"
"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 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."
"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.
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.
He sees an ugly duckling.
"The marsh duck is right. I am ugly," he sighs.
The Ugly Duckling is sad.
"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."
He sees beautiful swans.
"The swans are beautiful.
I want to be like them," he sighs.
The water is frozen.
The Ugly Duckling wants to swim.
But he can't crack the ice.
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.
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.
He lives in a cold home by the water.
He is alone. He cries and cries.
The birds are singing.
The warm sun is shining.
But the Ugly Duckling is still alone.
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!
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."
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的更多相关文章
- data cleaning
Cleaning data in Python Table of Contents Set up environments Data analysis packages in Python Cle ...
- [LeetCode] Super Ugly Number 超级丑陋数
Write a program to find the nth super ugly number. Super ugly numbers are positive numbers whose all ...
- [LeetCode] Ugly Number II 丑陋数之二
Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors ...
- [LeetCode] Ugly Number 丑陋数
Write a program to check whether a given number is an ugly number. Ugly numbers are positive numbers ...
- 【13_263】Ugly Number
简单题 Ugly Number My Submissions Question Total Accepted: 32635 Total Submissions: 94009 Difficulty: E ...
- Leetcode 313. super ugly number
Write a program to find the nth super ugly number. Super ugly numbers are positive numbers whose all ...
- Leetcode 264. Ugly Number II
Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors ...
- LeetCode 263 Ugly Number
Problem: Write a program to check whether a given number is an ugly number. Ugly numbers are positiv ...
- [LeetCode] Ugly Number II
Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors ...
随机推荐
- [转]如何创建一个自签名的SSL证书(X509)
原文出自:http://www.joyios.com/?p=47 引言 使用HTTP(超文本传输)协议访问互联网上的数据是没有经过加密的.也就是说,任何人都可以通过适当的工具拦截或者监听到在网络上传输 ...
- nodename nor servname provided, or not known
mac来使用redis然后产生上述错误,据说是用户名的问题 解决: 打开终端: cat /private/etc/hosts sudo vi /private/etc/hosts 将错误的那个名字加入 ...
- eclipse 在线安装 properties 插件
help - install new software - work with site http://propedit.sourceforge.jp/eclipse/updates/ 要耐心等待
- javadoc tags
Where Tags Can Be Used The following sections describe where the tags can be used. Note that these t ...
- Ubuntu 14.04 install emacs 24.5
1.前期准备工作 2.安装基础构件工具 3.下载emacs编译需要的依赖库 4.下载emacs24.5编译安装 5.下载并安装我的emacs配置文件 6.配置tmux和zsh 1. 前期准备工作 在阿 ...
- EBS常用接口表
AP接口表: AP_INVOICES_INTERFACE AP_INVOICE_LINES_INTERFACE 涉及的请求: 应付款管理系统开放接口导入 涉及案例: 运费导AP.费用导AP PO接口表 ...
- spring+quartz的任务调度
公司网站有个功能是自动投标,还有定时更新用户的排名信息,这些都是spring+quartz实现的. 手机了一些资料,做一个小demo,加深理解,记录一下,以后使用的时候不会出什么问题. 需要的包,主要 ...
- eclipse-->run as --> maven test 中文乱码
其有一个配置参数forkMode,默认为once,即表示每次运行test时,新建一个JVM进程运行所有test. 这可能会导致乱码问题.首先将forkMode设置为never,即不新建.再运行mvn ...
- LINQ to Entities 基于方法的查询语法
1.投影: Select 与 SelectMany SelectMany操作符提供了将多个from子句组合起来的功能,相当于数据库中的多表连接查询,它将每个对象的结果合并成单个序列. 与 select ...
- Cesium Language (CZML) 入门1 — CZML Structure(CZML的结构)
原文:https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Structure CZML是一种用来描述动态场景的JSON架构的语言,主要用 ...