Hour 1: Taking the First Step

Example 1.1, Page No.3

In [1]:
ch=raw_input("Please type in one character")
print "The Character you just entered is: ",ch
Please type in one characterH
The Character you just entered is:  H