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

Chapter 3, Exercise 17 uses outdated formating syntax #240

Open
BetoBob opened this issue Oct 28, 2020 · 0 comments
Open

Chapter 3, Exercise 17 uses outdated formating syntax #240

BetoBob opened this issue Oct 28, 2020 · 0 comments

Comments

@BetoBob
Copy link

BetoBob commented Oct 28, 2020

Current:

  1. What happens when the formatting strings %6s and %-6s are used to display strings that are longer than six characters?

Fix:

  1. What happens when the formatting strings {:>6} and {:6} are used to display strings that are longer than six characters?
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