summaryrefslogtreecommitdiff
path: root/LectureNotesOnPython.rst
diff options
context:
space:
mode:
Diffstat (limited to 'LectureNotesOnPython.rst')
-rw-r--r--LectureNotesOnPython.rst45
1 files changed, 23 insertions, 22 deletions
diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst
index 216c148..b5617be 100644
--- a/LectureNotesOnPython.rst
+++ b/LectureNotesOnPython.rst
@@ -1421,28 +1421,29 @@ Python 自带的排序算法最快, ``selection_sort`` 最慢。
以上程序运行会输出如下结果。
-
-| a
-| is
-| this
-| example
-| PROLOGUE
-| Romeo and Juliet
-| Two households, both alike in dignity,
-| Whose misadventured piteous overthrows
-| In fair Verona, where we lay our scene,
-| From ancient grudge break to new mutiny,
-| The which if you with patient ears attend,
-| And the continuance of their parents' rage,
-| Is now the two hours' traffic of our stage;
-| Where civil blood makes civil hands unclean.
-| From forth the fatal loins of these two foes
-| A pair of star-cross'd lovers take their life;
-| The fearful passage of their death-mark'd love,
-| Doth with their death bury their parents' strife.
-| What here shall miss, our toil shall strive to mend.
-| Which, but their children's end, nought could remove,
-| https://genius.com/William-shakespeare-romeo-and-juliet-act-1-prologue-annotated#note-2756596
+::
+
+ a
+ is
+ this
+ example
+ PROLOGUE
+ Romeo and Juliet
+ Two households, both alike in dignity,
+ Whose misadventured piteous overthrows
+ In fair Verona, where we lay our scene,
+ From ancient grudge break to new mutiny,
+ The which if you with patient ears attend,
+ And the continuance of their parents' rage,
+ Is now the two hours' traffic of our stage;
+ Where civil blood makes civil hands unclean.
+ From forth the fatal loins of these two foes
+ A pair of star-cross'd lovers take their life;
+ The fearful passage of their death-mark'd love,
+ Doth with their death bury their parents' strife.
+ What here shall miss, our toil shall strive to mend.
+ Which, but their children's end, nought could remove,
+ https://genius.com/William-shakespeare-romeo-and-juliet-act-1-prologue-annotated#note-2756596