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 ...
随机推荐
- live kalilinux能保存文件和设置
win32diskimager写入kalilinux镜像,建议用parrot sec os gparted /dev/sdb,新建分区sdb3,Lable输入persistence 挂载/dev/sd ...
- 创建TFS团队项目时自动建立代码库的文件夹结构
很多客户都跟我提过一个这样的需求,即需要在创建团队TFS项目时,自动创建起源代码库的文档结构,例如类似下列结构的文件夹: <teamProject> |- DEVELOPMENT ...
- JObject使用
1.首先需要引用Json.NET\Newtonsoft.Json.dll程序集. 2.Page页 function saveUser() { var param = { id: , name: '张三 ...
- C#语言各个版本特性(一)
一.c#版本中添加的功能: C#2.0 泛型 部分类型 匿名方法 迭代器 可空类型 Getter / setter单独可访问性 方法组转换(代表) Co- and Contra-variance fo ...
- DevExpress GridControl+UserControl实现分页
志向不过是记忆的奴隶,生气勃勃地降生,但却很难成长. —— 莎士比亚 时隔一年,我写随笔真的很随意,想起了就来博客园写写,想不起来就任由懒惰支配着我.不过我到觉得这不是什么坏事,你不用为了完成某事而让 ...
- C++ windows下共享内存
转载:https://blog.csdn.net/tojohnonly/article/details/70246965 共享内存 (也叫内存映射文件) 主要是通过映射机制实现的 , Windows ...
- django系列6--Ajax01 特点, 基本格式, 向前端发送数据
一.Ajax了解 AJAX(Asynchronous Javascript And XML)优点是在不重新加载整个页面的情况下,可以与服务器交换数据并更新部分网页内容 优点: 1.ajax使用Java ...
- ClamAV学习【1】——ClamAV流程
不知道是对还是错,一开始就上手学习ClamAV,享受被虐的过程吧. 发现ClamAV的官网也很少资料,搜商还有待加强,大概翻阅了example的源代码,明白了其查毒的大概方式(BM和AC算法匹配特征码 ...
- java学习笔记DOM4J解析(7)
DOM4J即Document Object Model for Java使用java技术以文档方式解析XML数据的模型. DOM4J是开源组织提供的一个免费的.强大的XML解析工具,如果开发者需要在项 ...
- java中数组的插入
package com.hxzy.demo; import java.util.Arrays;import java.util.Scanner; public class Demo1 { public ...