Nonsense Alphabet

A was an ant Who seldom stood still, And who made a nice house In the side of a hill. Nice little ant!
B was a bat, Who slept all the day, And fluttered about When the sun went away. Brown little bat!
C was a camel: You rode on his hump; And if you fell off, You came down such a bump! What a high camel!
D was a duck With spots on his back, Who lived in the water, And always said 'Quack!' Dear little duck!
E was an elephant, Stately and wise: He had tusks and a trunk, And two queer little eyes. Oh, what
funny small eyes!
F was a fish Who was caught in a net; But he got out again, And is quite alive yet. Lively young fish!
G was a goat Who was spotted with brown: When he did not lie still He walked up and down. Good little goat!
H was a hat Which was all on one side; Its crown was too high, And its brim was too wide. Oh, what a hat!
I was some ice So white and so nice, But which nobody tasted; And so it was wasted. All that good ice!
J was a jug, So pretty and white, With fresh water in it At morning and night. Nice little jug!
K was a kite Which flew out of sight, Above houses so high, Quite into the sky. Fly away, kite!

L was a lily, So white and so sweet! To see it and smell it Was quite a nice treat. Beautiful lily!
M was a man, Who walked round and round; And he wore a long coat That came down to the ground. Funny old man!
N was a net Which was thrown In the sea To catch fish for dinner For you and for me. Nice little net!
O was an orange So yellow and round: When it fell off the tree, It fell down to the ground. Down to the ground!
P was a polly. All red, blue, and green,-- The most beautiful polly That ever was seen. Poor little polly!

Q was a quail With a very short tail; And he fed upon corn In the evening and morn. Quaint little quail!
R was a rabbit, Who had a bad habit Of eating the flowers In gardens and bowers. Naughty fat rabbit!
S was the sugar-tongs, Nippity-nee, To take up the sugar To put in our tea. Nippity-nee!
T was a tortoise, All yellow and black: He walked slowly away, And he never came back. Torty never came back!
U was an urn All polished and bright, And full of hot water At noon and at night. Useful old urn!
V was a veil With a border upon it, And a ribbon to tie it All round a pink bonnet. Pretty green veil!
W was a watch, Where, in letters of gold, The hour of the day You might always behold. Beautiful watch!
Y was a yew, Which flourished and grew By a quiet abode Near the side of a road. Dark little yew!
Z was a zebra, All striped white and black; And if he were tame, You might ride on his back. Pretty striped zebra!

Nonsense Alphabet的更多相关文章

  1. 字符串-Alphabet

    在一些应用当中,会对字符串的字母表进行限制,在这些应用中,往往会用到如下的示例所涉及到的几点知识: public static void main(String[] args){ String[] a ...

  2. Codeforces Round #337 Alphabet Permutations

    E. Alphabet Permutations time limit per test:  1 second memory limit per test:  512 megabytes input: ...

  3. 福布斯最佳雇主榜:谷歌母公司Alphabet再登榜首 微软次之

    http://www.sohu.com/a/259018538_114774 站长之家(ChinaZ.com) 10月12日 消息:在福布斯发布的最新全球最佳雇主榜单中,谷歌母公司Alphabet以满 ...

  4. English Phonetic Spelling Alphabet

    https://www.englishclub.com/vocabulary/english-phonetic-spelling.htm When speaking on the telephone ...

  5. Alphabet Cookies

    Alphabet Cookies 题目描述 Kitty likes cookies very much, and especially the alphabet cookies. Now, she g ...

  6. [Javascript] Write a Generator Function to Generate the Alphabet / Numbers

    When you need to generate a data set, a generator function is often the correct solution. A generato ...

  7. 谷歌放弃“不作恶” Alphabet要“遵守法律互相尊重”

    对于一些谷歌粉而言,谷歌那条“不作恶(Don’t be evil)”的行为准则是他们引以为傲的精神信仰.这一准则于1999年被首次确认,谷歌在2004年申请上市时也提到了这一点.不过现在这一点要改变了 ...

  8. python3 how to creat alphabet

    Python: How To Generate a List Of Letters In The Alphabet  Method 1# First we need to figure out the ...

  9. WUSTOJ 1321: Alphabet Cookies(Java)字符统计

    题目链接:1321: Alphabet Cookies Description Kitty likes cookies very much, and especially the alphabet c ...

随机推荐

  1. tflearn 实现DNN 全连接

    https://github.com/tflearn/tflearn/blob/master/examples/others/recommender_wide_and_deep.py import n ...

  2. 表单input中disabled提交后得不到值的解决办

    input 按钮的disabled属性,如果设置了,form表单提交后,后台接收不到input的value input的字段当为diabled时时无法获取数值得,所以最近不要用这个,我们可以用read ...

  3. 利用 AWK 的数值计算功能提升工作效率(转载)

    Awk 是一种优秀的文本样式扫描和处理工具.转文侧重介绍了 awk 在数值计算方面的运用,并通过几个实际工作中的例子,阐述了如何利用 awk 的计算功能来提高我们的工作效率.转文源自IBM Bluem ...

  4. MD5摘要算法实现

    网上找到的实现md5函数代码,包括一个头文件md5.h和一个源文件md5.c,用下面的测试代码test.c测试通过,各文件依次如下: 头文件md5.h: #ifndef MD5_H #define M ...

  5. Inside Triangle

    Inside Triangle https://hihocoder.com/contest/hiho225/problem/1 时间限制:10000ms 单点时限:1000ms 内存限制:256MB ...

  6. UVa 12100 Printer Queue(queue或者vector模拟队列)

    The only printer in the computer science students' union is experiencing an extremely heavy workload ...

  7. 【校招面试 之 剑指offer】第10-2题 青蛙跳台阶问题

    题目1:一只青蛙一次可以跳上1级台阶,也可以跳上2级台阶.求该青蛙跳上一个n级台阶共有多少种跳法? 题目2:一只青蛙一次可以跳上1级台阶,也可以跳上2级台阶...也可以一次跳n级台阶.求该青蛙跳上一个 ...

  8. 【校招面试 之 C/C++】第19题 C++ STL(一)

      容器名称 说明 vector 典型的序列容器,C++标准严格要求次容器的实现内存必须是连续的,唯一可以和标准C兼容的stl容器,任意元素的读取.修改具有常数时间复杂度,在序列尾部进行插入.删除是常 ...

  9. [leetcode]560. Subarray Sum Equals K 和为K的子数组

    Given an array of integers and an integer k, you need to find the total number of continuous subarra ...

  10. Spring_AOP动态代理详解(转)

    在学习Spring的时候,我们知道Spring主要有两大思想,一个是IoC,另一个就是AOP,对于IoC,依赖注入就不用多说了,而对于Spring的核心AOP来说,我们不但要知道怎么通过AOP来满足的 ...