#comments

Ken Parkes cbuffer at NOSPAMrosecott.ukfsn.org
Mon Sep 13 17:36:41 EDT 2004


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





More information about the Python-list mailing list