Skip to content

Instantly share code, notes, and snippets.

@ahmedazizkhelifi
Created April 13, 2020 01:30
Show Gist options
  • Save ahmedazizkhelifi/f7b81b279f7bd81ca5aa519c9a8e043c to your computer and use it in GitHub Desktop.
Save ahmedazizkhelifi/f7b81b279f7bd81ca5aa519c9a8e043c to your computer and use it in GitHub Desktop.
def maxi(a,b):
return max(a,b)
import pdb
pdb.set_trace()
print(maxi(1,2))
print(maxi(1,a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment