0

Whats The Problem So Far?

This is "4 In a Row" with python. I have an error that i cant figure out what it is.. you can get to my code by searching for: "4 In a Row - Python" by me, because i cant find the share link button on my pc to get the code here.. sory.

3rd Feb 2021, 8:07 PM
Yahel
Yahel - avatar
2 Réponses
+ 1
Yahel in check win function print rows and columns , def check_win(): global four_in_row for columns in board: for rows in board: print(columns,rows)
3rd Feb 2021, 8:36 PM
Abhay
Abhay - avatar
+ 1
here is your code link: https://code.sololearn.com/ca2023A123A2/?ref=app to retrieve it, you have many options, among which the share button or share option inside the app' Code Playground, or using the '+' menu button ans select insert code inside the (at least app') Q&A Discussion text area... edit: so, what's the requirements?
3rd Feb 2021, 8:38 PM
visph
visph - avatar