Compilador de Python Online (Editor / Interpretador)
Escreva, execute e compartilhe o seu código Python instantaneamente com o Compilador de Python Online da Asimov Academy.
texto = 'Olá, Mundo!' print(texto) # saída: Olá, Mundo! print(type(texto)) # saída: <class 'str'>