I have a variable that gets sent to a email as text but the text is all pretty much a standard size with everything the same. I would like to add some emphasis to it as well as make it bigger and make it bold if possible. Here is the code I would like to edit.
final_name = "Changes by" + str(name)+" ***"
I know it isn't much but I would like to know if it is possible if I can make a variable string bold and with a slightly bigger font size.