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

Practical 3 task 3.2 confusion over int formatting #28

Open
PhilipDW183 opened this issue Oct 19, 2022 · 0 comments
Open

Practical 3 task 3.2 confusion over int formatting #28

PhilipDW183 opened this issue Oct 19, 2022 · 0 comments

Comments

@PhilipDW183
Copy link

Student confusion over the use of:

test = rows[-1].split(',')
print(test)
print(f"The population of {test[0]} is {int(test[1]):,}")

In getting the comma to print in the number. Suggesting adding a link to: https://blog.teclado.com/python-formatting-numbers-for-printing/ about how to format numbers for printing.

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