Guest User

Untitled

a guest
Aug 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for charge in data.TotalCharges:
  2. try:
  3. charge = float(charge)
  4. except:
  5. print("charge is: %s" % charge)
Add Comment
Please, Sign In to add comment