Contenuti del Corso
String Manipulation in Python
String Manipulation in Python
Calculating and Formatting Dynamics
Compito
Swipe to start coding
As of 2020, the USA population was 331002651, of which 273975139 - urban population. The Urban population (%) is the proportion of the urban population to the total. Your tasks are:
- Print total and urban populations with commas every thousand;
- Calculate urban population (%), and print the result in the following format:
45.653%
.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 9
Calculating and Formatting Dynamics
Compito
Swipe to start coding
As of 2020, the USA population was 331002651, of which 273975139 - urban population. The Urban population (%) is the proportion of the urban population to the total. Your tasks are:
- Print total and urban populations with commas every thousand;
- Calculate urban population (%), and print the result in the following format:
45.653%
.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 9