I have the input as shown below.
(1,50.04,Rs.42)
I would like to get the following output
a = 1
b = 50.04
c = 42
Updated Input -
['(1,50.04,Rs.42)', '(10,14.71,Rs.82)', '(11,44.19,Rs.93)']
I have the input as shown below.
(1,50.04,Rs.42)
I would like to get the following output
a = 1
b = 50.04
c = 42
Updated Input -
['(1,50.04,Rs.42)', '(10,14.71,Rs.82)', '(11,44.19,Rs.93)']