Generation

generate functionThu, 13 Jul 2023

ingrese un numero e imprima tantos "*" como sea el numero

def stars(num): print(num * "*") stars(3)

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