How to use for loop with range function.
Mon Mar 30 2020 07:50:40 GMT+0000 (Coordinated Universal Time)
Saved by @CuriousCoops #python ##python ##pythonlists
In python index starts from 0 so if you set the range 10 it will print 0 to 9 means 10 digits but not including 10.
1. https://www.youtube.com/watch?v=rfscVS0vtbw&t=5s.
Comments