Write the output of : print((range(5)))
1.range(0, 5)
2.0, 1, 2, 3, 4
3.[0, 1, 2, 3, 4]
4.Error
Answer:1
Posted Date:-2021-12-12 04:13:17