Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. (Pdb) totalscore
  2. 0.80000000000000004
  3. (Pdb) round(totalscore, 1)
  4. 0.80000000000000004
  5. (Pdb) foo = round(totalscore, 1)
  6. (Pdb) foo
  7. 0.80000000000000004
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement