Advertisement
here2share

# int_round_to_nearest_decimal.py

May 30th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. # int_round_to_nearest_decimal.py
  2.  
  3. print round(3.1415927,3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement