Prueba

De SIU
Saltar a: navegación, buscar
  1. Instale su extensión.
    Generally, at the end of the LocalSettings.php file (but above the PHP end-of-code delimiter, "?>", if present), the following line should be added:
    require_once( "$IP/extensions/extension_name/extension_name.php" );


def quickSort(arr):    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:        return arr    else:


http://documentacion.siu.edu.ar/wiki/Prueba