Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Last active September 7, 2022 21:03
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 alex-ber/d44383a4827efd53888129332b6be1bf to your computer and use it in GitHub Desktop.
Save alex-ber/d44383a4827efd53888129332b6be1bf to your computer and use it in GitHub Desktop.
const.py
print(__name__)
import random as _random
FIRST = _random.randint(1, 9)
SECOND = _random.randint(1, 9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment