import ast boleano = 'True' boleano_mesmo = ast.literal_eval(boleano) flutuante = '100.50' flutuante_mesmo = ast.literal_eval(flutuante)