Inflearn brand logo image

Inflearn Community Q&A

xr590123415's profile image
xr590123415

asked

Quick and easy Python 3.2 programming

Lesson 3 - Python Functions

range(len(data) -1, -1, -1)

Written on

·

312

0

for index in range(len(data) -1, -1, -1):

range에 (len(data) -1, -1, -1) 이 부분좀 설명해주세요 ^^

python

Answer

This question is waiting for answers
Be the first to answer!
xr590123415's profile image
xr590123415

asked

Ask a question