texto = 'Olá, Mundo!' print(texto) # saída: Olá, Mundo! print(type(texto)) # saída: <class 'str'>