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

Easy explanation - The function randrange RETURNS only an INTEGER value. Hence this STATEMENT is true.



Discussion

No Comment Found

Related InterviewSolutions