Hi, in this proposal, I added spaces between operand and operators to match PEP8 python convention. Also, I have used the newer string format to introduce users to this function. However, I did not use f-string yet because not everybody used python 3.5+. I hope this might help a bit!
Hi, in this proposal, I added spaces between operand and operators to match PEP8 python convention. Also, I have used the newer string format to introduce users to this function. However, I did not use f-string yet because not everybody used python 3.5+. I hope this might help a bit!