freeCodeCamp/curriculum/challenges/espanol/23-python-for-everybody/python-for-everybody/python-objects.md
camperbot df4e5f7aca
chore(i18n,learn): processed translations (#53340)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2024-01-24 19:52:36 +01:00

509 B

id title challengeType videoId bilibiliIds dashedName
5e7b9f160b6c005b0e76f085 Objetos en Python 11 uJxGeTYy0us
aid bvid cid
889496260 BV1ZP4y1s7G6 377522762
python-objects

--question--

--text--

Which is NOT true about objects in Python?

--answers--

Los objetos son creados y usados.


Los objetos son fragmentos de código y datos.


Los objetos pueden esconder detalles.


Los objetos son uno de los cinco tipos estándar de datos.

--video-solution--

4