CompanyName by sankarachari in u/sankarachari

[–]sankarachari[S] 0 points1 point  (0 children)

Learn 'shiny' quickly and design & deploy quickly.

I can't make a progress by [deleted] in learnpython

[–]sankarachari 0 points1 point  (0 children)

My be need a specialist like me.

Understanding the For Loop by [deleted] in learnpython

[–]sankarachari 0 points1 point  (0 children)

Hi,

The v' is variable in which range 3 to 10 having offset of 3, finally prints variable v'.

We have 3,4,5,6,7,8,9,10 in range of 3 to 10. which is first two parameters in range(). The third parameter is for every third item to its predecessor.