import random print("genera un numero del 0 al 1000") num=random.randint (0, 1000) print(f"aqui esta tu numero generado {num}")
To embed this project on your website, copy the following code and paste it into your website's HTML: