Write the output of the following code : import random print(int(random.random()*5))
1.Always generate 0
2.Generate any number between 0 to 4 (including both)
3.Generate any number between 0 to 5 (including both)
4.None of the above
Answer:2
Posted Date:-2021-12-12 03:31:04