generate functionSat, 12 Nov 2022

Return a random number between one and twenty.

def rand20(): return np.random.randint(1, 20) rand20()

Want to kickstart your project?Use the new AI Studio to create your code