I have the following list in Python, which can be changed according to the user's data:
Dialer = [1,9,2,'.',1,6,8,'.',0,'.',2,6]
When I print the list I get this:
[1, 9, 2, '.', 1, 6, 8, '.', 0, '.', 2, 6]
How can I format the lis...
asked by
10.11.2016 / 01:46