We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Student confusion over the use of:
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.
The text was updated successfully, but these errors were encountered: