There was an error while loading. Please reload this page.
1 parent e1a31a3 commit 5028aaeCopy full SHA for 5028aae
exercises/10.1-And_One_and_a_Two_and_a_Three/README.es.md
@@ -14,7 +14,7 @@ Los diccionarios (o "dict" en Python) son una forma de almacenar elementos como
14
15
- contact.values() `['Jane Doe', '321-321-4321', 'test@test.com']`.
16
17
-- contact.items() `[('fullname', 'Jane Doe'), ('phone', '321-321-4321'), ``('email', 'test@test.com')]`
+- contact.items() `[('fullname', 'Jane Doe'), ('phone', '321-321-4321'), ('email', 'test@test.com')]`
18
19
## 💻 Ejemplo de resultado:
20
0 commit comments