diff --git a/_sources/lectures/TWP10/TWP10_5_en.rst b/_sources/lectures/TWP10/TWP10_5_en.rst index c336d58a78..88ceceb8c0 100644 --- a/_sources/lectures/TWP10/TWP10_5_en.rst +++ b/_sources/lectures/TWP10/TWP10_5_en.rst @@ -44,5 +44,5 @@ Nested Structures print("Telephone bill : $%6.2f" % (minutes * price)) + Note that nested structures can grow. -+ Python, given its characteristics, provides the "elif" clause. -+ It is used to check multiple conditions. \ No newline at end of file ++ Python, given its characteristics, provides the ``elif`` clause. ++ It is used to check multiple conditions.