Get your own Python server Result Size: 625 x 565
x
 
#Use "_" to add a underscore character as a thousand separator:
txt = f"The universe is {13800000000:_} years old."
print(txt)
The universe is 13_800_000_000 years old.