Skip to content

Instantly share code, notes, and snippets.

@christiancost47
Last active August 22, 2019 17:41
Show Gist options
  • Save christiancost47/d3a49ae47ddf73d552ccaaec45df3641 to your computer and use it in GitHub Desktop.
Save christiancost47/d3a49ae47ddf73d552ccaaec45df3641 to your computer and use it in GitHub Desktop.
tabs_and_new_lines
tab = "\tIdentando texto"
>>> Identando Texto
nova_linha = "Explícito é melhor que implícito.\nSimples é melhor que complexo"
>>>Explícito é melhor que implícito.
Simples é melhor que complexo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment