Skip to content

Instantly share code, notes, and snippets.

@AbishekSuryaRS
Created July 2, 2020 08:06
Show Gist options
  • Save AbishekSuryaRS/2260972ef12418d2210e3e15b13c52f6 to your computer and use it in GitHub Desktop.
Save AbishekSuryaRS/2260972ef12418d2210e3e15b13c52f6 to your computer and use it in GitHub Desktop.
import math
my_number = 98.7
print(math.floor(my_number))
print(math.ceil(my_number))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment