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

Consider adding instructions on f"" strings #15

Closed
kangwon-naver opened this issue Oct 2, 2018 · 2 comments
Closed

Consider adding instructions on f"" strings #15

kangwon-naver opened this issue Oct 2, 2018 · 2 comments
Assignees

Comments

@kangwon-naver
Copy link
Contributor

kangwon-naver commented Oct 2, 2018

LPTHW website started using it already

@kangwonlee kangwonlee self-assigned this Feb 17, 2019
@kangwonlee
Copy link
Owner

"%s %d" % ('str', 10)

works for python2 and python3

Also, C printf() uses similar formatting, too.

@kangwonlee
Copy link
Owner

Let's just use %s for now

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

2 participants