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.
2 Answers
+ 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)
+ 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?