Aller au contenu

Wiki Electronique

  • Accueil
  • Page d’exemple

LangageModulesQuiz1

Modules Quizz 1

—-

langage-modules-quizz1-01.png
#!python
>>> m = 2
#!html
<br clear=right>

—-

langage-modules-quizz1-02.png
#!python
>>> import module1 as m
#!html
<br clear=right>

—-

langage-modules-quizz1-03.png
#!python
>>> m.prompt = '>'
#!html
<br clear=right>

—-

#!python
>>> m.printer('Hello !')
> Hello !

—-


Attachments

  • langage-modules-quizz1-01.png
  • langage-modules-quizz1-02.png
  • langage-modules-quizz1-03.png
Cette entrée a été publiée dans DebuterEnPython le 7 août 2026 par mywikieln.

Navigation des articles

← LangageAffectationQuiz5 LangageModulesQuiz2 →
Fièrement propulsé par WordPress