diff options
author | Jovina | 2012-08-03 11:35:54 +0530 |
---|---|---|
committer | Jovina | 2012-08-03 11:35:54 +0530 |
commit | a9c09136b785a5769d7b927c22f416f1964016fe (patch) | |
tree | a4d4b9b7b142bbe5051485d69640e17e2f32b16e /ult/Documentation/6.3.rst | |
parent | 18d8394b05bc6cc52cd1a54a59a22163b5147c34 (diff) | |
parent | f71e9c3a7f4407dcd1ade3858c9a3a07028ce716 (diff) | |
download | sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.tar.gz sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.tar.bz2 sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.zip |
Merge branch 'master' of http://github.com/FOSSEE/sdes-stscripts
Diffstat (limited to 'ult/Documentation/6.3.rst')
-rw-r--r-- | ult/Documentation/6.3.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ult/Documentation/6.3.rst b/ult/Documentation/6.3.rst new file mode 100644 index 0000000..03becb9 --- /dev/null +++ b/ult/Documentation/6.3.rst @@ -0,0 +1,18 @@ + +6.3 Conditionals +================ + +1. Use if/else blocks(0.34 - 2.24) + +#. Use if/elif/else blocks(2.25 - 5.51) + * Exercise 1: Write an if else block for the given condition(5.56 - 6.28) + +#. Use the Ternary conditional statement - C if X else Y(6.29 - 7.52) + * Exercise 2: Write a ternary operator for the given problem(7.53 - 8.20) + +#. Use of ``pass'' statement(8.21 - 9.55) + +#. Summary(9.58 - 10.15) + +#. Evaluation Questions(10.18 - 11.16) + |