#comments

Ken Parkes cbuffer at NOSPAMrosecott.ukfsn.org
Mon Sep 13 17:33:27 EDT 2004


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.




More information about the Python-list mailing list