Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Check matrix...
Post: RE: Check matrix...

I found a solution :D def on_bingo_tabel(tabel):     for i in range(len(tabel)):         for j in range(len(tabel[i])):             if tabel[i][j] < j*15+1 or tabel[i][j] > j*15+15 :          ...
jkk30 Homework 6 5,361 Apr-14-2017, 09:38 AM
    Thread: Check matrix...
Post: RE: Check matrix...

I stack in if  . What do I need to write there to control columns def on_bingo_tabel(bingo):     for i in range(len(bingo)):         for j in range(len(bingo[i])):             if ????????:           ...
jkk30 Homework 6 5,361 Apr-13-2017, 07:59 AM
    Thread: Check matrix...
Post: RE: Check matrix...

I find the columns, but I do not know how to control them,.... I find the columns like this: tabel = [[1, 30, 34, 55, 75],              [10, 16, 40, 50, 67],             [5, 20, 38, 48, 61],    ...
jkk30 Homework 6 5,361 Apr-12-2017, 05:35 AM
    Thread: Check matrix...
Post: Check matrix...

Hi  I need a little help.   How to check whether a matrix corresponding to the rules? Matrix =  [[1, 30, 34, 55, 75],               [10, 16, 40, 50, 67],               [5, 20, 38, 48, 61],           ...
jkk30 Homework 6 5,361 Apr-12-2017, 04:45 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020