as a result of my code I get a lot of integers. The integers represent an amount of euro's. Results do have different lengths, for example: 123456 euro, 6543321435 euro etc.
I want to make the results more readable. So the examples would be: 123.456 euro or 6.543.321.435 euro.
I've been looking in the Python str and int documentation but can't find it.
Maybe someone here on Stack?
thanks in advance. greeting Jan