I am new to python programming.I want to give Hindi string as an input to a variable in python as:
a='शिक्षा का अधिकार अधिनियम'
On writing this on command prompt I get an error message as
'Unsupported characters in input'
I am using Python 2.7 on windows.Can anyone suggest how to get rid of this problem