1

I want to write a program on Python, which will edit my contact list on NOKIA 5730 XM, for example a number starts with 8xxxxxxxx and I want it to become 5xxxxxxxx. Is it possible, and if yes, can you help me to write it ?

Raj
  • 22,346
  • 14
  • 99
  • 142
Armen Sarkisian
  • 95
  • 3
  • 10
  • 1
    It would help us if you give us some more information. How do you access the contact information? If you simply have them as strings, and you only need to make that change which you asked for, all you need to do is `phone_number[0] = '5'` – naeg Jun 20 '11 at 08:35

0 Answers0