SyntaxFix
Write A Post
Hire A Developer
Questions
Using list comprehension in python and basic map function utility, one can do this also:
chi = [x for x in map(chr,[66,53,0,94])]