Skip to content

Implement set repr #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
corona10 opened this issue Sep 17, 2019 · 3 comments · Fixed by #117
Closed

Implement set repr #85

corona10 opened this issue Sep 17, 2019 · 3 comments · Fixed by #117
Assignees

Comments

@corona10
Copy link
Collaborator

Expected

>>> a = {1, 2, 3}
>>> a
{1, 2, 3}

Actual

>>> a = {1, 2, 3}
>>> a
<set instance at 0xc0000aa018>
@xarus01
Copy link
Contributor

xarus01 commented Sep 17, 2019

Hi, mind if I try on this issue?

@corona10
Copy link
Collaborator Author

@xarus01 Please go ahead

@SanggiHong
Copy link
Contributor

@xarus01 @corona10 May I take this issue?
I'd like to implement operations of the set, so it would be very helpful if this is implemented before the work.

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

Successfully merging a pull request may close this issue.

3 participants