Python > Functions > Flashcards
Simple function
def add(x, y): return x + y add(5,6)
Python (16 decks)