Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Syntax
  2. \!h round(thing to round, how many decimal points)
  3.  
  4. Example:
  5. \!h miles = 56.767
  6. \!h newMiles = round(miles, 2)
  7. \!h print(newMiles)
  8. \!h #56.77
Add Comment
Please, Sign In to add comment