Posted 06 January 2014 - 09:15 PM
Is there a way to make it so when someone has to type something in it makes it all lower case in case they put some caps in there?
here's a snip of the code I'm using.
full program incase you want to see it http://pastebin.com/Y9ZwQkgq
here's a snip of the code I'm using.
print("Build left or right?")
write("> ")
left = read()
print("")
print("would you like the turlte to dig the floor also? yes/no")
write("> ")
dig = read()
print("")
full program incase you want to see it http://pastebin.com/Y9ZwQkgq