Skip to content

Instantly share code, notes, and snippets.

@FerdinaKusumah
Created December 16, 2019 01:57
Show Gist options
  • Select an option

  • Save FerdinaKusumah/1abc3e0e953c9e711fba92ed56b9adfc to your computer and use it in GitHub Desktop.

Select an option

Save FerdinaKusumah/1abc3e0e953c9e711fba92ed56b9adfc to your computer and use it in GitHub Desktop.
Deterministic function
def deterministic_function(a, b):
return a + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment