Skip to content
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

Typo in Strings can be tricky sometimes #164

Closed
buttercrab opened this issue Dec 30, 2019 · 0 comments
Closed

Typo in Strings can be tricky sometimes #164

buttercrab opened this issue Dec 30, 2019 · 0 comments

Comments

@buttercrab
Copy link

In line 346, it says:

  • Strings are interned at compile time ('wtf' will be interned but ''.join(['w', 't', 'f'] will not be interned)

I think in ''.join(['w', 't', 'f'] have to change to ''.join(['w', 't', 'f']) (add bracket at the end)

muscliary pushed a commit to muscliary/wtfpython that referenced this issue Sep 12, 2023
tothetop430 added a commit to tothetop430/wtfpython that referenced this issue Dec 9, 2023
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

No branches or pull requests

1 participant