chore(i18n,learn): processed translations (#53340)

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
camperbot
2024-01-25 00:22:36 +05:30
committed by GitHub
parent cf1e5b8115
commit df4e5f7aca
26971 changed files with 288871 additions and 206689 deletions

View File

@@ -1,6 +1,6 @@
---
id: 5e7b9f160b6c005b0e76f085
title: Python Objects
title: Objetos en Python
challengeType: 11
videoId: uJxGeTYy0us
bilibiliIds:
@@ -18,19 +18,19 @@ Which is NOT true about objects in Python?
## --answers--
Objects get created and used.
Los objetos son creados y usados.
---
Objects are bits of code and data.
Los objetos son fragmentos de código y datos.
---
Objects hide detail.
Los objetos pueden esconder detalles.
---
Objects are one of the five standard data types.
Los objetos son uno de los cinco tipos estándar de datos.
## --video-solution--