
The Prison Break Think Like A Coder, Ep 1
video description
Date: 2020-08-22
Related videos
Comments and reviews: 9
Pranjal
Seriously guys, this series is a piece of art. A source of inspiration and awe for all junior(beginner) coders.
Damn. Our school did not teach coding in a way we find interesting. Well, my aim here is not to insult my school but I have a long awaited wish to change the ed system we have right now.
And kudos to the creator who THOUGHT of making this vid. He/she is the actual coder.
Cheers!
reply
Seriously guys, this series is a piece of art. A source of inspiration and awe for all junior(beginner) coders.
Damn. Our school did not teach coding in a way we find interesting. Well, my aim here is not to insult my school but I have a long awaited wish to change the ed system we have right now.
And kudos to the creator who THOUGHT of making this vid. He/she is the actual coder.
Cheers!
reply
a_0a
lock = red
combination = 0
right_number = random ( the robot would know when the colour changes)
while lock = red:
combination = combination + 1
if combination = right_number:
lock = green
return combination
That would be my answer in python.
reply
lock = red
combination = 0
right_number = random ( the robot would know when the colour changes)
while lock = red:
combination = combination + 1
if combination = right_number:
lock = green
return combination
That would be my answer in python.
reply
DHAiRYA
for I in range (101):
if color==red:
I+=1
elif color==green:
break
print (I)
Consider ASCII values of red and green defined above the loop.
I am new to programming Python, is this the right method?
reply
for I in range (101):
if color==red:
I+=1
elif color==green:
break
print (I)
Consider ASCII values of red and green defined above the loop.
I am new to programming Python, is this the right method?
reply
Isabella
anyone here also does competitive programming? i thought i could actually learn something but when i saw the solution i was laughing so hard xD (maybe its just the the first video is easier i didnt see the other ones yet)
reply
anyone here also does competitive programming? i thought i could actually learn something but when i saw the solution i was laughing so hard xD (maybe its just the the first video is easier i didnt see the other ones yet)
reply
blobygirlofaith_thor
Now just watching this video to figure out what F 2 G G A T C G D 8 means.
(it was a morse code thing at the end of flamingos video, but i've done the morse, now trying to see what it means-)
reply
Now just watching this video to figure out what F 2 G G A T C G D 8 means.
(it was a morse code thing at the end of flamingos video, but i've done the morse, now trying to see what it means-)
reply
Nyan
This is definitely just to give a general idea of what to do in programming since you cant just type what was said to check such things. Still very cool and could help pique peoples interest in programming
reply
This is definitely just to give a general idea of what to do in programming since you cant just type what was said to check such things. Still very cool and could help pique peoples interest in programming
reply
squeal
I want to be a robotician in the future and be a part of introducing the world into the world of robots and this video I swear I'm gonna mention it in the future somewhere there in my dreams.
reply
I want to be a robotician in the future and be a part of introducing the world into the world of robots and this video I swear I'm gonna mention it in the future somewhere there in my dreams.
reply
Vit
I really want to know how to write code but I dont understand any thing about code, now thanks
to Ted-ed I can learn about the code easier and I can practice my English skill, thanks a lot.
reply
I really want to know how to write code but I dont understand any thing about code, now thanks
to Ted-ed I can learn about the code easier and I can practice my English skill, thanks a lot.
reply
Cup
Its amazing how much quality content you can get for free on the internet. What a time to be alive. I hope the people behind this have a happy life. Kudos to the team.
reply
Its amazing how much quality content you can get for free on the internet. What a time to be alive. I hope the people behind this have a happy life. Kudos to the team.
reply
Add a review, comment
Other channel videos















