Ezequiel rojo

Generation

generate functionWed, 22 Mar 2023

crea una funcion donde calcula 2 numeros alazar

from random import randint def add(): a = randint(1, 4) b = randint(1, 4) return a + b add()

Questions about programming?Chat with your personal AI assistant