Skip to content

Instantly share code, notes, and snippets.

@alevchuk
Created July 12, 2021 15:01
Show Gist options
  • Save alevchuk/dc60d66d0a9621ae64c43d82f9e95f02 to your computer and use it in GitHub Desktop.
Save alevchuk/dc60d66d0a9621ae64c43d82f9e95f02 to your computer and use it in GitHub Desktop.
import random
guess = random.randint(0,100)
print(guess)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment