Aller au contenu

Wiki Electronique

  • Accueil
  • Page d’exemple

LangageAffectationQuiz1

Affectation Quizz 1

—-

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

—-

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

—-

langage-affectation-13.png
#!python
>>> b = "world"
#!html
<br clear=right>

—-

#!python
>>> a
"hello"

—-


Attachments

  • langage-affectation-11.png
  • langage-affectation-12.png
  • langage-affectation-13.png
Cette entrée a été publiée dans DebuterEnPython le 7 août 2026 par mywikieln.

Navigation des articles

← ElecTronique LangageAffectationQuiz2 →
Fièrement propulsé par WordPress