variable = value
# the value is stored in the variable
count = 5
print(count)
Math vs Python "="
In
mathematics,
=
means
to
equate
the
left
side
with
the
right
side.
In
python,
=
symbol
is
used
to
set
the
value
of
the
left
side
variable
to
the
right
side
variable.
variable = value
# the value is stored in the variable
variable = variable + value
# value is added to existing variable value and stored in the variable
count = 5
count = count + 2# new value of count is set to old value of count + 2
print(count)
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.