Element - ℅
- Random Choice
Characters:
℅
Description
Random choice of single item from array
Overloads
lst
-random.choice(a)
num
-Random integer from 1 to a
Examples
⟨1⟩ ℅
=1
1 ℅
=1
`a` ℅
=`a`
℅
- Random ChoiceCharacters:
℅
Random choice of single item from array
lst
- random.choice(a)
num
- Random integer from 1 to a
⟨1⟩ ℅
=
1
1 ℅
=
1
`a` ℅
=
`a`