Write the output of the following code : import random A=random.randrange(20) print(A)

Question:
Write the output of the following code :
import random
A=random.randrange(20)
print(A)

1.Any number between 0 to 19 (including both)

2.Any number between 0 to 20 (including both)

3.Any number between 1 to 20 (including both)

4.None of the above

Posted Date:-2021-12-12 03:29:25


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!