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 python solution ✓ - Forum Python
- Python est introuvable - Forum Python
- Exercise Python ( Citizen Code) - Forum Python
- Aidez moi pour citizen code python saison 2 episode 1 ✓ - Forum Python