More on Strings! Get link Facebook X Pinterest Email Other Apps August 08, 2017 Strings are str objects in Python and can be created using str constructor Strings are immutable, which means that, strings can be changed! Strings can be written in single, double or triple quote Get link Facebook X Pinterest Email Other Apps Comments
Spl in Python! August 08, 2017 Multiple assignments in a line! eg., a, b = 0, 1 conditions: All non-zeros are true, zeros are false if it is sequence, non-zero is true, empty seq is false eg., myList =[1,3,5] #true myEmptyList=[] # false Read more
Comments
Post a Comment