On Mon, 13 Sep 2004 22:27:32 +0100, Ken Parkes wrote: Oops, sorry that should have been data=raw_input("Type something ") # spaces after "something" myInput=data print "You typed " myInput # and again print "The fourth character is " myInput[3] # and again Ken.