product_price =
['48000', '35540', '29990', '41090', '28990', '4990', '43990', ......]
for price in product_price:
newprc = price
print(newprc)
result:
4
8
,
0
0
0
3
5
,
5
4
0
2
9
,
9
9
0
why is this happening and hw can i solve it. This issue is not making me convert the values to a newprc_val = float(
newprc)