

InterviewSolution
Saved Bookmarks
1. |
What the does random.seed(3) return?(a) True(b) None(c) 3(d) 1This question was posed to me in class test.I'm obligated to ask this question of Random Module topic in chapter Mapping Functions and Modules of Python |
Answer» Correct choice is (B) None |
|