import random
def ordenar(inputx):
inputx = list(inputx)
inputx = sorted(inputx, key=int)
return inputx
def get_numbers(totall):
return random.sample(numeros, totall)
numeros = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,...
asked by
02.06.2018 / 02:41