Path: blob/main/extensions/copilot/src/extension/test/node/fixtures/pseudodiff/05-beginend
13406 views
Play('player-1','player-2')
class Play:
def __init__(self, player1, player2):
print(player1)
print(player2)Play('player-1','player-2')
class Play:
def __init__(self, player1, player2):
print(player1)
print(player2)