The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #939
print(f"{10000000:,}")
For Python > 3.6, f'{value:,}' will print a coma-separated float. Note that this syntax is locale unaware. (stackoverflow.com/questions/1823058/how-to-print-number-w...)
Question difficulty: 🔵🔵🔵🔵🔵