equal
deleted
inserted
replaced
1 .. Objectives |
1 .. Objectives |
2 .. ---------- |
2 .. ---------- |
3 |
3 |
4 .. A - Students and teachers from Science and engineering backgrounds |
4 .. By the end of this tutorial, you will be able to |
5 B - Will learn what are tuples and why they are needed |
5 |
6 Will learn the various methods of accessing elements in tuples |
6 .. * Create sets from lists |
7 C - |
7 .. * Perform union, intersection and symmetric difference operations |
8 D - |
8 .. * Check if a set is a subset of other |
|
9 .. * understand various similarities with lists like length and containership |
|
10 |
9 |
11 |
10 .. Prerequisites |
12 .. Prerequisites |
11 .. ------------- |
13 .. ------------- |
12 |
14 |
13 .. 1. Getting started with lists |
15 .. 1. Getting started with lists |