Skip to content

Conversation

@bramz
Copy link
Owner

@bramz bramz commented Jan 6, 2019

No description provided.

@bramz bramz requested a review from jahan-addison January 6, 2019 18:06
def init() -> None:
pygame.init()
screen = pygame.display.set_mode((WIDTH*TILESIZE, HEIGHT*TILESIZE))
screen = pygame.display.set_mode((500, 500))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why even have width/height variables if you arent going to use them



def receive_gender() -> str:
gender = input("What is your gender? ")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants