Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dg8x.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def create_players():
players = [human, computer1, computer2, computer3]

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion E2cs.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def create_players():
players = [human, computer1, computer2, computer3]

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion Eb4L.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def show_coin():
print(message)

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion Ej7N.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def show_coin():
print(message)

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion Et2T.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def create_players():
players = [human, computer1, computer2, computer3]

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion G6kv.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def create_players():
players = [human, computer1, computer2, computer3]

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion Hv72.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def create_players():
players = [human, computer1, computer2, computer3]

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion Jz5M.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def show_coin():
print(message)

def create_table():
global table
table.clear()
table.append(Cell('R', 2, 'red'))
table.append(Cell('B', 2, 'black'))
table.append(Cell('1', 8, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion K8i6.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def show_coin():
print(message)

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion Q3ga.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def show_coin():
print(message)

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion R2yT.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def create_players():
players = [human, computer1, computer2, computer3]

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion Tw2y.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def show_coin():
print(message)

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion Zy7E.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def bet_players():
player.bet()

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion d9Ke.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def bet_players():
player.bet()

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion e2NU.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def show_coin():
print(message)

def create_table():
global table
table.clear()
table.append(Cell('R', 2, 'red'))
table.append(Cell('B', 2, 'black'))
table.append(Cell('1', 8, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion g2V9.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def create_players():
players = [human, computer1, computer2, computer3]

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion gW7F.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def check_hit():
print(player.name + 'は当たり')

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion hD4V.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def create_players():
players = [human, computer1, computer2, computer3]

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion hY4Z.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def show_coin():
print(message)

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion rV5Q.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def win_player(player, hit_cell_number):
print(player.name + 'は当たり ' + str(win_coin) + 'コインを獲得しました。')

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion u4Jc.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def show_coin():
print(message)

def create_table():
global table
table.clear()
table.append(Cell('R', 2, 'red'))
table.append(Cell('B', 2, 'black'))
table.append(Cell('1', 8, 'red'))
Expand Down
2 changes: 1 addition & 1 deletion v2Ps.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create_players():
players = [human, computer1, computer2, computer3]

def create_table():
global table
table.clear()
table.append(Cell('R', 8, 'red'))
table.append(Cell('B', 8, 'black'))
table.append(Cell('1', 2, 'red'))
Expand Down