Guest
Can anybody tell me How to insert a value in a list..
Eg:
old_list=((0.39 1.2) (1.985 1.2) (1.985 1.4) (4.12 1.4) (4.12
1.11))
new_list=((0.39 1.2) (1.985 1.2) (0.4 1.4) (4.12 1.4) (4.12 1.11))
I have changed the xcoord value of 3rd (1.985 1.4) list.
How can I build a new list?.
Eg:
old_list=((0.39 1.2) (1.985 1.2) (1.985 1.4) (4.12 1.4) (4.12
1.11))
new_list=((0.39 1.2) (1.985 1.2) (0.4 1.4) (4.12 1.4) (4.12 1.11))
I have changed the xcoord value of 3rd (1.985 1.4) list.
How can I build a new list?.