Skip to content

Instantly share code, notes, and snippets.

@nisanthchunduru
Created June 20, 2016 11:07
Show Gist options
  • Save nisanthchunduru/fb702f1fc25d164ac8c6e6e8f0deb55e to your computer and use it in GitHub Desktop.
Save nisanthchunduru/fb702f1fc25d164ac8c6e6e8f0deb55e to your computer and use it in GitHub Desktop.
Introducing python to Bao
import is_holding_yellow_box
# This is a solution for tutorial 3
def solution_for_tutorial_3
down
right
if is_holding_yellow_box
right
down
left
while 1
solution_for_tutorial_3
# functions - a bunch of steps
# if condition
# loops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment