« Programmation Python/Utilisation de fenêtres et de graphismes » : différence entre les versions

Contenu supprimé Contenu ajouté
Tavernier (discussion | contributions)
+ images
Tavernier (discussion | contributions)
coquille
Ligne 516 :
 
fen1 = Tk()
txt1 = Label(fen1, text = 'Premier champ :') {{image manquante}}
txt2 = Label(fen1, text = 'Second :')
entr1 = Entry(fen1)