Convert a list of integers to string December 19, 2023 by Tarik With Convert a list of characters into a string you can just do ''.join(map(str,new))