Problème avec python
merci16
Messages postés
2
Statut
Membre
-
dsy73 Messages postés 9003 Date d'inscription Statut Contributeur Dernière intervention -
dsy73 Messages postés 9003 Date d'inscription Statut Contributeur Dernière intervention -
j'essaie d'ecrire un programme qui teste mon script qui calcul le pgcd avec python mais je n'arrive pas. quelqu'un peut m'aider?
def PGCD(a,b) :
while(b != 0) :
r = a % b
a = b
b = r
return a
def PGCD(a,b) :
while(b != 0) :
r = a % b
a = b
b = r
return a
A voir également:
- Problème avec python
- Citizen code python avis - Accueil - Outils
- Citizen Code : Saison 1 Episode 3, difficulté à comprendre - Forum Python
- Python est introuvable - Forum Python
- Citizen code python solution ✓ - Forum Python
- Python iptv forum ✓ - Forum Python