Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created October 2, 2019 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/2213f8c1f93da093aae11af8878feb25 to your computer and use it in GitHub Desktop.
Save jasongorman/2213f8c1f93da093aae11af8878feb25 to your computer and use it in GitHub Desktop.
print('The Square root of 25 =', sqrt(25));
print('The factorial of 5 is ', factorial(5))
print('The floor of 4.7 is', floor(4.7))
print('The ceiling of 1.3 is', ceiling(1.3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment