Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 1, 2021 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/02ff91d77fe489c7414764a199362cfc to your computer and use it in GitHub Desktop.
Save parzibyte/02ff91d77fe489c7414764a199362cfc to your computer and use it in GitHub Desktop.
import random
# https://parzibyte.me/blog
aleatorio = random.uniform(0.75, 1.0)
print(f"El aleatorio es: {aleatorio}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment