I am trying to use the raw_input from python program, but I am getting the strange message
This my code:
message = input("Want to see something?")
The message I am getting is:
'module' object has no attribute 'raw_input'
Any help would be appreciatable.