Skip to content

Instantly share code, notes, and snippets.

@baierjak
Created February 21, 2023 14:00
Show Gist options
  • Save baierjak/b681ce98d1293a594300168de9ae804b to your computer and use it in GitHub Desktop.
Save baierjak/b681ce98d1293a594300168de9ae804b to your computer and use it in GitHub Desktop.
import random
my_list = [1, 'a', 32, 'c', 'd', 31]
print(random.choice(my_list))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment