|
|
|
|
|
by Erwin
2184 days ago
|
|
I run this code in Python: for i in range(20):
print ''.join(unichr(random.randrange(20000, 25000))
for x in range(4)) to generate some random text; one string like 劓惂儶宓 turns up this bizarre output: > Honeybees ( Apis mellifera ) are splendidly beautiful little creatures. They have shapely abdomens, amphistales and pedipalps, round chests, and square backs … all of them beautifully highly marketable. Exactly what has caused the popularity of bees I do not quite know; just what they do is a mystery to me. I beg to differ. The |
|