Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
No I don't think so..
I agree.
I got a spare copy if you need it:
def tic_tac_toe():
board = [1, 2, 3, 4, 5, 6, 7, 8, 9]
end = False
win_commbinations = ((0, 1, 2), (3, 4, 5), (6, 7, 8), (0, 3, 6), (1, 4, 7), (2, 5, 8), (0, 4, 8), (2, 4, 6))
tic_tac_toe()
Enjoy
I think I know the problem with your program. You can't have 2 if statements one after another.
Taking an example from yours;
if len(year) == 4:
if year[2:4] == str(0) + str(0): <----- Potential Problem.
And you can't have if statements with else statements. It's like true or false.
top 10 greatest anime comebacks of all time
no u
This comment is hidden because it contains spoiler information about the solution
er Please use this description properly or be terminated from this website
smallest deaick
im new
hi