Aller au contenu

Wiki Electronique

  • Accueil
  • Page d’exemple

LangageAffectationQuiz3

Affectation Quizz 3

—-

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

—-

langage-affectation-32.png
#!python
>>> b = a[:]
#!html
<br clear=right>

—-

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

—-

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

—-


Attachments

  • langage-affectation-31.png
  • langage-affectation-32.png
  • langage-affectation-33.png
Cette entrée a été publiée dans DebuterEnPython le 7 août 2026 par mywikieln.

Navigation des articles

← LangageAffectationQuiz2 LangageAffectationQuiz4 →
Fièrement propulsé par WordPress