Result Size:
625 x 571
demo_ref_random_choice2.py:
import random x = "WELCOME" print(random.choice(x))
x
import
random
x
=
"WELCOME"
print
(
random
.
choice
(
x
))
C:\Users\My Name>python demo_random_choice2.py
W