I want to print some Marathi language characters in Python. Here's my code.
print(u'*********************************भाई पायथॉन शिकतोय***************************')
print("*********************************************************************************************************")
What do I need to change to make it work?