advanced-features-functions/questions.rst
changeset 295 c924eaf1b355
parent 241 2b2c94ee2c3e
equal deleted inserted replaced
294:64d8bc8b33d4 295:c924eaf1b355
    14    #. can be in any order
    14    #. can be in any order
    15    #. only keyword arguments can be in any order, but should be called
    15    #. only keyword arguments can be in any order, but should be called
    16       at the beginning.
    16       at the beginning.
    17    #. only keyword arguments can be in any order, but should be called
    17    #. only keyword arguments can be in any order, but should be called
    18       at the end.
    18       at the end.
       
    19 
       
    20    Answer: only keyword arguments can be in any order, but should be called
       
    21            at the end.
    19 
    22 
    20 #. Given the following function, identify the keywords with default
    23 #. Given the following function, identify the keywords with default
    21    values. 
    24    values. 
    22    ::
    25    ::
    23    
    26    
    99 
   102 
   100 
   103 
   101 Larger Questions
   104 Larger Questions
   102 ----------------
   105 ----------------
   103 
   106 
   104 .. A minimum of 2 questions here (along with answers)
       
   105 
       
   106 1. 
   107 1. 
   107 
   108 
   108 2. 
   109 2.