for loop_variable in range(start, end):
<statements>
#the loop runs from start to end-1
for num in range(0, 5):
print(num)
for loop without range()
Without
the
range
method,
a
for
loop
can
iterate
over
letters
in
a
string,
elements
in
a
list,
tuple,
or
a
dictionary
as
well.
for loop_variable in string_variable:
<statements>
word = 'bumfuzzle'for letter in word: #In loop 1, letter = 'b'
print(letter)
Sign In
You will receive an OTP for verification purposes.
Our Result
Sanatan is our in-house coding prodigy who ranked as a Top 2 finalist in Google’s Code-In competition (now defunct). He’s a great example of how starting early in your coding journey can be so empowering that you can even find yourself tackling challenges at tech giants like Google!
What the world says about Tekie
“While most competing platforms are teaching students block-based programming, Tekie is attempting to teach young students the fundamentals of text-based programming, which is to write actual coding language syntax.”
The founder elaborates, “We came up with the idea of animation because that helps bring imagination to reality. We also wanted to make learning interesting and engaging.”
Parents trust us.
The best learning happens when you are not learning, you are playing and enjoying. For Medha, learning has been a pleasant glide, thanks to a warm and interpersonal method of teaching; it's like she is learning from a friend who knows her! She loves the puzzles and other methods used- both experimental and classic.