Hi,
Welcome to my channel, in this video I tried to explain How to Use range in Python or range() function in Python
Python Scripts
======================
https://codewithtj.blogspot.com/2024/...
Python Functions Solved
==========================
https://codewithtj.blogspot.com/2023/...
Python Programs Solved
============================
https://codewithtj.blogspot.com/2023/...
There are three variants of range in Python
First with only one argument
range(x)
Second variant is with two arguments
range(x,y)
where :
x should be smaller than y
Third variant is with three arguments
range(x,y,z)
Where
z is less than y and its a step
Hope you liked this video, Thank you for watching. Please subscribe to my channel for more Python related videos.