Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 4, 2020 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/2bdbdc3d26b4cb9b8ee5ea1b773f30f4 to your computer and use it in GitHub Desktop.
Save amankharwal/2bdbdc3d26b4cb9b8ee5ea1b773f30f4 to your computer and use it in GitHub Desktop.
class Player:
def __init__(self, name):
self.wins = 0
self.card = None
self.name = name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment