

InterviewSolution
Saved Bookmarks
1. |
The randrange function returns only an integer value.(a) True(b) FalseThe question was asked in an online quiz.My question is taken from Random module topic in division Mapping Functions and Modules of Python |
Answer» The correct option is (a) True |
|