

InterviewSolution
Saved Bookmarks
1. |
The function random.randint(4) can return only one of the following values. Which?(a) 4(b) 3.4(c) error(d) 5 |
Answer» The correct choice is (c) error To explain I would say: Error, the function takes two arguments. |
|