CH2. Python Revision Tour - II: Cbse - Class - Xii Computer Science With Python (New) (Subject Code:083)
CH2. Python Revision Tour - II: Cbse - Class - Xii Computer Science With Python (New) (Subject Code:083)
Strings in Python
Lists in Python
Tuples in Python
Dictionaries in Python
Sorting- bubble sort & insertion sort
3
Strings in Python 4
Character W E L C O M E T O I N D I A
BIndex -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1
Item Assignment NOT Supported 5
Traversing A String 6
Operator Working
in Returns true if character /substring occurs in a given string, otherwise false.
not in Returns false if character /substring occurs in a given string, otherwise true.
Comparison Operators 11
Worksheet-2