Answers for "get random from arraz pzthon"

1

random array in python

import random
Items = ["Item1", "Item2", "Item3", "Item4", "Item5"]
print(random.choice (Items))
Posted by: Guest on August-16-2021

Python Answers by Framework

Browse Popular Code Answers by Language