working_final
This commit is contained in:
@@ -70,9 +70,9 @@ with open(FILE, newline='', encoding='utf-8') as csvfile:
|
|||||||
|
|
||||||
MSISDN = int(row['MSISDN'])
|
MSISDN = int(row['MSISDN'])
|
||||||
ICCID = int(row['ICCID'])
|
ICCID = int(row['ICCID'])
|
||||||
price = float(row['CHARGE_NET'].replace(',','.'))
|
price1 = float(row['CHARGE_NET'].replace(',','.'))
|
||||||
|
|
||||||
price = round(price, 5)
|
price = round(price1, 5)
|
||||||
print("before conditions price: ",price)
|
print("before conditions price: ",price)
|
||||||
|
|
||||||
typ = None
|
typ = None
|
||||||
|
|||||||
Reference in New Issue
Block a user