Quote Originally Posted by Danimal Sheahon View Post
idk what upper box you are talking about.

i have two comand consoles. one is white and one is black and what white one give me colored letters.
both are in interactive mode seeing as how i get the ">>>" prompting me for my next set of commands.
def flatWorld()
isFlat = 1
if (isFlat == 1):
print "be careful not to fall off!"
-Should be in the white box

>>> flatWorld()
-Goes in the black box afterward.