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 ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.