
class Play:
    def __init__(self, player1, player2):
        print(player1)
        print(player2)
Play('player-1','player-2')