0 votes
in Python by
edited by
All of these range types are correct except ___.

Select the best answer from below options :

a)range(10,20,2)

b)range(20,40,-1.2)

c)range(10,20,30)

Related questions

0 votes
asked Oct 11, 2021 in Python by rajeshsharma
0 votes
asked Dec 14, 2019 in Python by sharadyadav1986
...