Python Compiler : Python

#Use "_" to insert an underscore character as a thousand separator: txt = "The earth is {:_} years old." print(txt.format(4500000000))