Control Flows: Get link Facebook X Pinterest Email Other Apps August 08, 2017 Get link Facebook X Pinterest Email Other Apps Comments
Functions! August 08, 2017 def defines the function returns none even if it is not going to return anything Read more
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