From 87c011e8c76ccd93a77db73e8f8d24b03110ba63 Mon Sep 17 00:00:00 2001 From: Markus Opolka <markus@martialblog.de> Date: Wed, 14 Jun 2017 08:22:17 +0200 Subject: [PATCH] Add example text --- aufgabe5/Tutorium5.md | 2 +- aufgabe5/frankenstein.txt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 aufgabe5/frankenstein.txt diff --git a/aufgabe5/Tutorium5.md b/aufgabe5/Tutorium5.md index d10e882..4eb11cb 100644 --- a/aufgabe5/Tutorium5.md +++ b/aufgabe5/Tutorium5.md @@ -4,7 +4,7 @@ git clone https://gitlab.cs.fau.de/bi40resu/python-tutorium Schreiben Sie ein Programm, dass einen kompleten Text in einer Datei in Piglatin transformiert. Hinweis: Sie können dabei die bereits geschriebene Funktion aus den Hausaufgaben nutzen. -Beispiel: pyglatin.py text.txt +Beispiel: pyglatin.py frankenstein.txt # Aufgabe 5.2 diff --git a/aufgabe5/frankenstein.txt b/aufgabe5/frankenstein.txt new file mode 100644 index 0000000..5a97ada --- /dev/null +++ b/aufgabe5/frankenstein.txt @@ -0,0 +1,18 @@ +It was on a dreary night of November that I beheld the accomplishment +of my toils. With an anxiety that almost amounted to agony, I +collected the instruments of life around me, that I might infuse a +spark of being into the lifeless thing that lay at my feet. It was +already one in the morning; the rain pattered dismally against the +panes, and my candle was nearly burnt out, when, by the glimmer of the +half-extinguished light, I saw the dull yellow eye of the creature +open; it breathed hard, and a convulsive motion agitated its limbs. + +How can I describe my emotions at this catastrophe, or how delineate +the wretch whom with such infinite pains and care I had endeavoured to +form? His limbs were in proportion, and I had selected his features as +beautiful. Beautiful! Great God! His yellow skin scarcely covered +the work of muscles and arteries beneath; his hair was of a lustrous +black, and flowing; his teeth of a pearly whiteness; but these +luxuriances only formed a more horrid contrast with his watery eyes, +that seemed almost of the same colour as the dun-white sockets in which +they were set, his shrivelled complexion and straight black lips. -- GitLab