which of the folllowing numbers might this code generate?
random.rand int (0,50)
1. 3.14
2. 67
3. 34
4. -46
Answers
Answered by
2
34
Explanation:
The method returns an integer number selected element from the specified range.
Similar questions