Skip to content

Conversation

@MarcoantonioCaldeira
Copy link

No description provided.

@MarcoantonioCaldeira
Copy link
Author

Fazendo revisões em exercicios de Python

mensagem = {'m1': {'m2': 'Olá Mundo'}}
print(mensagem['m1']['m2'])
mensagem = {'m1': {'m2': 'Olá Mundo!!!'}}
print(mensagem['m1']['m2'])

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gostei da Mensagem

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ola Mundo

@@ -1,2 +1,2 @@
mensagem = {'m1': {'m2': 'Olá Mundo'}}
print(mensagem['m1']['m2'])
mensagem = {'m1': {'m2': 'Olá Mundo!!!'}}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mudei a mensagem de Ola mundo

@leprogramar
Copy link

print("Olá mundo")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants