Skip to content

Instantly share code, notes, and snippets.

@nnguyen168
Created May 24, 2020 08:08
Show Gist options
  • Save nnguyen168/1d6e9e90ca6fe94d75c5eba23c805171 to your computer and use it in GitHub Desktop.
Save nnguyen168/1d6e9e90ca6fe94d75c5eba23c805171 to your computer and use it in GitHub Desktop.
Function without procastination
def sum_of_two_numbers(first_number, second_number):
return first_number + second_number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment