From 912b905e1d9f1c866b101cb3f6107971eb464e52 Mon Sep 17 00:00:00 2001 From: ikkiran Date: Thu, 21 Jun 2012 18:19:40 +0530 Subject: Added documentation to ULT --- ult/Documentation/7.3.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ult/Documentation/7.3.rst (limited to 'ult/Documentation/7.3.rst') diff --git a/ult/Documentation/7.3.rst b/ult/Documentation/7.3.rst new file mode 100644 index 0000000..fe63fd1 --- /dev/null +++ b/ult/Documentation/7.3.rst @@ -0,0 +1,19 @@ + +7.3 Tuples +=========== + +1. What are tuples + * Definition with example(0.25 - 1.42) + * Differnce between tuples and lists(1.43 - 2.13) + +#. Immutability of tuples + * Exercise 1: Swap the values of a and b(2.29 - 4.18) + +#. Tuple packing and unpacking + * Tuple packing(4.19 - 5.01) + * Tuple unpacking(5.02 - 5.26) + +#. Summary(5.32 - 5.56) + +#. Evaluation Questions(5.57 - 7.12) + -- cgit