Skip to content

Update solution.py#3

Open
advaithb97 wants to merge 1 commit intoByteAcademyCo:masterfrom
advaithb97:patch-1
Open

Update solution.py#3
advaithb97 wants to merge 1 commit intoByteAcademyCo:masterfrom
advaithb97:patch-1

Conversation

@advaithb97
Copy link

No description provided.

@@ -1 +1,2 @@

result = (x==y)
Copy link

@LesterKim LesterKim Jul 18, 2020

Choose a reason for hiding this comment

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

Suggested change
result = (x==y)
result: bool = x == y

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.

2 participants

Comments