DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to make a python file that prints out a random element from a list
from random import choice example = [1,23,45,89,20,4,82] solve = choice(example) print(solve)
PREVIOUS
NEXT
Tagged:
#python
#file
#prints
#random
#element
#list
ADD COMMENT
Topic
COMMENT
Name
6+2 =
Submit