Loading section...

range() Function

range() with One Argument range() with Two Arguments range() with Three Args range() for Index Access Sequences from range() Repeating Actions N Times Sometimes you just need to repeat an action a specific number of times without caring about the loop variable. By convention, you can use an underscore for variables you do not intend to use: