Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python f string thousand separator

'{:,}'.format(20000)  # For Python ≥2.7
f'{20000:,}'  # For Python ≥3.6
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #string #thousand #separator
ADD COMMENT
Topic
Name
7+1 =