Help for this page

Select Code to Download


  1. or download this
    myInts= [ int(i) for i in getItems() ]
    
  2. or download this
    ( y , m , d )= [ int(i) for i in date.split('-') ]