I have this string s = 'ha\xcc\x81nh'
. I want to use as byte, is there anything as b'{s}'
like f string f'{s}'
↧
Using b'' like f string in python
↧
I have this string s = 'ha\xcc\x81nh'
. I want to use as byte, is there anything as b'{s}'
like f string f'{s}'