Python 3.9: For Loop

Published: 22 January 2021
on channel: BitCode
395
16

Welcome to another Python 3.9 tutorial video, this video is about the for loop.

A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string).Even strings are iterable objects, they contain a sequence of characters

So about the range function
We can generate a sequence of numbers using range() function.
range(10): will generate numbers from 0 to 9.
range(1,10): will generate numbers from 1 to 9.

Keyboard I Use: https://amzn.to/2NgjPFV

Playlist:   • Installing Python 3.9  


On this page of the site you can watch the video online Python 3.9: For Loop with a duration of hours minute second in good quality, which was uploaded by the user BitCode 22 January 2021, share the link with friends and acquaintances, this video has already been watched 395 times on youtube and it was liked by 16 viewers. Enjoy your viewing!