how does python's random module work on the inside? code example
Example 1: which function to use in random module for a list in python
random.choice
Example 2: import random in python
# Assessment Task 7.2.1
def DisplayOddNum(N):
pass
for x in DisplayOddNum(20)
print(x)