naenae662
naenae662
04.01.2020 • 
Mathematics

What function call will generate a random number in the range of 1 through 6 using the random module? random.a) random(1, 6) random.b) randint(1, 6) random.c) randint(range(1-6)) random.d) randnum(1, 6)

Solved
Show answers

Ask an AI advisor a question