asked 148k views
1 vote
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.

1 Answer

3 votes

range(0,5)


depends on the langue tho

answered
User Berti
by
8.4k points

No related questions found