fork download
  1. variavel = input('informe um valor')
  2. print('{' + variavel + '}')
  3.  
  4. #https://pt.stackoverflow.com/q/444281/101
Success #stdin #stdout 0.02s 9164KB
stdin
meu texto
stdout
informe um valor{meu texto}