Aller au contenu

Wiki Electronique

  • Accueil
  • Page d’exemple

LangageModulesQuizz1

Modules Quizz 1

langage-modules-quizz1-01.png
>>> m = 2
#!html
<br clear=right>
langage-modules-quizz1-02.png
>>> import module1 as m
#!python
# fichier module1.py
prompt = '%'
def printer(x):
  print(prompt,x)
#!html
<br clear=right>
langage-modules-quizz1-03.png
>>> m.prompt = '>' 
>>> m.printer('Hello')
> Hello
#!html
<br clear=right>

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

← BibliosCalcul LangageHeritage →
Fièrement propulsé par WordPress