44,932 views
44 votes
44 votes
If you want to use the randint function, you need to include import random in your program.

A. True
B.False

User Baldpate
by
2.9k points

1 Answer

23 votes
23 votes

Answer:

A. True

Step-by-step explanation:

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

User Idanzalz
by
3.3k points