Problème avec python
merci16
Messages postés
1
Date d'inscription
Statut
Membre
Dernière intervention
-
dsy73 Messages postés 9252 Date d'inscription Statut Contributeur Dernière intervention -
dsy73 Messages postés 9252 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
- Mot secret python pix ✓ - 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
- Exercice python - Forum Python