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 ...