Oh lord, start again:- data=raw_input("Type something ") # spacer after "something" myInput=data print "You typed " myInput # and again print "The fourth character is "myInput[3] # and again