- A 10
- B A random integer number within the range of 0 to 9
- C None
- D A random floating point number within the range of 0 to 9
Python Programming Language MCQ Python Random Module MCQ
⚠ Report ✓ Question Verified Copy Link
import random print(int(random.random()*10))
Learn More MCQ Questions from Python Programming Language MCQ Python Random Module MCQ