Created
November 1, 2024 13:54
-
-
Save vndee/4aacc6e6db3b08852e5f607a4840705b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For most things, Python's built-in tools work great | |
import random | |
random.seed(42) | |
random.random() # Gets you a random decimal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment