reefboy1
Feb 17, 2015 - 22:36
Build a tree :)
#coding: utf-8
import console
print('1 space is stub 2 spaces is branch 3 spaces is apple')
for x in range(100):
tb = raw_input(' ')
if tb == ' ':
console.set_color(0.50, 0.25, 0.00)
print(' |')
elif tb == ' ':
console.set_color(0.50, 0.25, 0.00)
print(' -|')
elif tb == ' ':
console.set_color(1.00, 0.00, 0.00)
print('•-|')