SyntaxFix
Write A Post
Hire A Developer
Questions
****How to remove b' ' chars which is decoded string in python ****
import base64 a='cm9vdA==' b=base64.b64decode(a).decode('utf-8') print(b)