Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created July 11, 2021 11:58
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 fatosmorina/fb5ec5f54adae0e3f9294ce21af8d1c4 to your computer and use it in GitHub Desktop.
Save fatosmorina/fb5ec5f54adae0e3f9294ce21af8d1c4 to your computer and use it in GitHub Desktop.
import random
my_list = ['a', 'b', 'c', 'd', 'e', 'f']
print(random.choice(my_list))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment