Answer:
word = input('Enter a single word: ', 's');
n = length(word);
nodupWord = [];
for i = 1:n
   dup = false;
   c = word(i);
   for j = 1:i-1
       if word(j) == c
           dup = true;
           break;
       end
   end
   if ~dup
       nodupWord = [nodupWord, c]; %add the non-duplicate char to end
   end
end
disp(['Adjusted word: ', nodupWord])
Explanation:
The code is in Python. 
 
        
             
        
        
        
Answer:
Peace is when people are able to resolve their conflicts without violence and can work together to improve the quality of their lives. 
 
        
                    
             
        
        
        
<span>The history browser folder contains previously viewed web pages. This folder </span>stores the URLs of sites you have accessed within a defined period of time, which means you can see your browsing history.
<span> You can choose how you want to view the history by selecting a filter from the menu on the history tab.</span>
        
             
        
        
        
Hola<span>, </span>Alguien me<span> podría </span>ayudar<span> a realizar una buena sinopsis de la película "</span><span>Jardín de Amapolas" dirigida por Carlos Melo Guevara, gracias? i hope i helped you</span>
        
             
        
        
        
Answer: I think it is a 
Explanation:Sorry if it it is worng