Aller au contenu

Wiki Electronique

  • Accueil
  • Page d’exemple

LangageAffectationQuiz2

Affectation Quizz 2

—-

langage-affectation-21.png
#!python
>>> a = [ "hello" ]
#!html
<br clear=right>

—-

langage-affectation-22.png
#!python
>>> b = a
#!html
<br clear=right>

—-

langage-affectation-23.png
#!python
>>> b[0] = "world"
#!html
<br clear=right>

—-

#!python
>>> a
[ "world" ]

—-


Attachments

  • langage-affectation-21.png
  • langage-affectation-22.png
  • langage-affectation-23.png
Cette entrée a été publiée dans DebuterEnPython le 7 août 2026 par mywikieln.

Navigation des articles

← LangageAffectationQuiz1 LangageAffectationQuiz3 →
Fièrement propulsé par WordPress