0
Conways game of life output is blank on mu editor and Sololearn but shows up in Kaggle
I was going thru the book “automating boring stuff with python “ and tried the game of life activity . After debugging the output was blank after copy and pasting the code into Kaggle the output showed but I expected it to move and not just print a bunch of #’s and ‘ ‘ . I made the code public on my Sololearn and here it outputs blank as well if anybody sees this tht can solve this please just glance over the short code and show me what I did wrong https://code.sololearn.com/c20l8Vc8WB5b/?ref=app
2 Respuestas
+ 2
Actually it shows up in Sololearn
You just have to scroll down a bit
But due to execution time
It get halted in between
And if you want it to move
You would have to use some external libraries like pygame for animation
Hope It Helps You 😊
0
Omg thanks man 😂🤦🏾♂️