Skip to content
This repository was archived by the owner on Mar 19, 2023. It is now read-only.
This repository was archived by the owner on Mar 19, 2023. It is now read-only.

"Preparados Listos Ya" da tiempos negativos #7

@benjavicente

Description

@benjavicente

Buenass,

He estado probando el programa Preparados Listas Ya, corriendo el archivo barcelona92.py sin hacer trampa con un bot, pero cada vez que los corro obtengo un tiempo de reacción entre -1.8015170097351074 y -0.6023288249969482.

Me tinca que debe ser algo con el tiempo aleatorio que hay aquí 🤔

preparados_espera = random.randint(1,3)
time.sleep(preparados_espera)
print("preparados")
listos_espera = random.randint(1,3)
time.sleep(listos_espera)
print("listos")
ya_espera = random.randint(1,5)
time.sleep(ya_espera)
inicio = time.time()
x = input("YA!")
fin = time.time()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions