diff --git a/Projetbataille0.py b/Projetbataille0.py index 35830b2..61994c7 100644 --- a/Projetbataille0.py +++ b/Projetbataille0.py @@ -1,10 +1,10 @@ import tkinter as tk from File import File_chaine as File -class carte: - def __init__(self, valeur, coleur): +class Carte: + def __init__(self, valeur, couleur): self.valeur = valeur - self.coleur = coleur + self.couleur = couleur def compare(self, other): if self.valeur > other.valeur: