how to make commas appear in integers in terminal python code example Example: how to make commas appear in integers in terminal python >>> format(1234567, ',d') '1,234,567'