n=20 a=[str(x) for x in range (0,n)] can anybody explain me why a[9] <
n=20
a=[str(x) for x in range (0,n)]
can anybody explain me why a[9] than '10'?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Mar 10, 2021, 12:08 PM