3. From the following expression, identify atoms and operators. str(a+b > c+d > e+f or not g-h )
Atoms : a, b, c, d, e, f, g, h Operators : +, >, or, not, –
Atoms : a, b, c, d, e, f, g, h Operators : +, >, or, not, –
List are mutable while Tuples are not.
5. How is a list type different from tuple data type of Python ? Read More »