
#forloopinpython #learnpythoninhindi For loop in python
in this video we have cover the programs for "Python For Loops"
A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string).
This is less like the for keyword in other programming languages, and works more like an iterator method as found in other object-orientated programming languages.
With the for loop we can execute a set of statements, once for each item in a list, tuple, set etc.
Example
Print each fruit in a fruit list:
fruits = ["apple", "banana", "cherry"]
for x in fruits:
print(x)
Subscribe us
youtube.com/c/MATHSACADEMYRAJSAMAND
follow us on instagram
@maths_academy_Raj
RRB NTPC MATHS
• RRB NTPC MATHS
IBPS PO/REET/PATWAR
• IBPS PO/ REET / PATWAR
CBSE CLASS 10 SCIENCE
• CBSE class 10th science by shivani ma'am …
10hrs GK SERIES
• All videos
Hindi grammer
• हिंदी व्याकरण for all competitive exams
RAJSATHAN GK 3000+ QUESTIONS SERIES
• RAJASTHAN GK (3000+ important Questions)
SCIENCE 1000+ QUESTIONS SERIES
• General science questions
COMPUTER GK 500+ QUESTIONS SERIES
• COMPUTER by bharti ma'am
PYTHON PRPGRAMMING FOR BEGINEERS
• Python programming for beginners
28 RAJYA DARSHAN SERIES
• Rajaya Darshan
Maths short tricks
• Maths Short Tricks ( Naresh Sir )
BASIC ENGLISH GRAMMER
• Basic English Grammer By Anusha M'am
コメント