fork download
  1. frase = input("Escreva uma frase: ")
  2. frase = frase.upper().replace(' ','')
  3. print("\n", frase)
  4.  
  5. #https://pt.stackoverflow.com/q/340130/101
Success #stdin #stdout 0s 27656KB
stdin
teste de string
stdout
Escreva uma frase: 
 TESTEDESTRING