[ TAG ] : script

[ TITLE    ] : Factorielle et Python
[ CATEGORY ] : //
[ DATE     ] :

Fonction factorielle en Python Fonction Factorielle#!/usr/bin/env python3def factoriel(n): """le factoriel""" if n <= 1: return 1 else: return n * factoriel(n-1)a = int(input("Veuiller entrer un nombre : "))print(factoriel(a)) A lancer de la façon suivante : # python3 monscript.py

ry-list-count">3
  • DNS2
  • Nomenclature1
  • Sécurité2
  • Securité33
  • Serveur93
  • Snippet55
  • Stockage37
  • Supervision10
  • Sécurité2
  • Utilitaire1
  • Versionning1
  • Virtualisation12
  • Windows3
  • ZDivers8
  • Zone Annexe14