Skip to content
Snippets Groups Projects
Commit 8718a592 authored by Dolleans Geoffrey's avatar Dolleans Geoffrey
Browse files

Probleme git lab

parent af5995c2
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from game_of_life.Affichage_universe import *
import random as rd
fenetre = Tk()
game_of_life = Toplevel(fenetre, width= 5000, height=5000)
game_of_life = Toplevel(fenetre)
game_of_life.grid()
canvas = Canvas(game_of_life, width=500, height=500)
canvas.pack()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment