python number format thousands separator code example Example: thousands separator python >>> num = 10000000 >>> print(f"{num:,}") 10,000,000