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

Easiest EXPLANATION - The FUNCTION random.seed() always RETURNS a None.



Discussion

No Comment Found

Related InterviewSolutions