Which of the following statements is FALSE?

(1 point)
• Random words can be generated as well as random numbers.
• The random module is a group of functions that are used to deal with random numbers.
• To randomly choose an integer from a range, use the randint function.
• A decimal number can be generated by using the randint function.

1 answer

The FALSE statement is:

• A decimal number can be generated by using the randint function.

The randint function generates random integers, not decimal numbers.