This is a marathi wordnet created by combining the project from IITB downloadable from here http://www.cfilt.iitb.ac.in/wordnet/webmwn/ and an already existing hindi ...
print("Your Personalize Bill is"+(a+c)/b) -----error as "str" + integer cant happen so print("Your Personalize Bill is"+str((a+c)/b)) -----convert integr into string ...
I'm translating Allen Downey's amazing book Think Python into Marathi! Hope to release it soon. Done with one pass over the whole book. Now some editing and polishing remains. Will continue to post ...