Pavel has been working on strengthning his encryption program. He has decided that once he converts his characters to numbers using ord()
he will add them by a particular constant to increase their encryption strength.
Help him modify the decorator to accept an integer strength
with the value 3, which will then be added to the result of every ord(char)
.