Skip to content

Instantly share code, notes, and snippets.

@JessicaWachtel
Created February 29, 2024 21:30
@decorated_division
def division(x,y):
print(x/y)
division(5, 10)
# 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment