nisanth074
6/20/2016 - 11:07 AM

Introducing python to Bao

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