convert an integer to a string? Regards Stan. Use str(int). Then use len(). For example, len(str(12345)) will give you ...
確定! 回上一頁