143k views
4 votes
If you want to use the randint function, you need to include import random in your program.

A. True
B.False

User Galaktor
by
4.5k points

1 Answer

4 votes

Answer:

A. True

Step-by-step explanation:

Because to use randint (which means random integer) you need to import random module.

User Umesh Aawte
by
4.1k points