27 lines
568 B
Plaintext
27 lines
568 B
Plaintext
#<A> = [animal]
|
|
#<B> = [verb ending in "ing"]
|
|
#<C> = [noun]
|
|
#<D> = [verb]
|
|
#<E> = [occupation]
|
|
#<F> = [adjective]
|
|
#<G> = [animal]
|
|
#<H> = [noun]
|
|
#<I> = [noun(plural)]
|
|
#<J> = [relationship]
|
|
#<K> = [body part(plural)]
|
|
#<L> = [verb ending in "ing"]
|
|
#<M> = [noun]
|
|
Smelly <A>, smelly <A>
|
|
What are they <B> you?
|
|
Smelly <A>, smelly <A>
|
|
It`s not your <C>.
|
|
|
|
They won`t <D> you to the <E>.
|
|
You`re obviously not their <F> <G>.
|
|
You may not be a <H> of <I>,
|
|
And you`re no <J> to those with <K>.
|
|
|
|
Smelly <A>, smelly <A>
|
|
What are they <L> you?
|
|
Smelly <A>, smelly <A>
|
|
It`s not your <M>. |