2 lines
62 B
Python
2 lines
62 B
Python
|
print("{:,}".format(1000000))
|
||
|
print("{:,}".format(10000))
|