+ 2
Use the replace method to substitute tab character \t with spaces. user = "\tTEXT" print(user.replace("\t", " "))
22nd Aug 2018, 12:45 PM
Ipang