Problème avec python
merci16
Messages postés
2
Statut
Membre
-
dsy73 Messages postés 9917 Statut Contributeur -
dsy73 Messages postés 9917 Statut Contributeur -
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
- \R python ✓ - Forum Python
- Citizen code python solution - Forum Python
- Python est introuvable. exúcutez sans argument pour procúder ó l ✓ - Forum Python
- Python par la pratique : 101 exercices corrigés pdf - Forum Python