>>686
おいおい荒しと一緒にしないでくれよ
自分の間違えに気が付いたんで逃げるのかw
デフォルト値に変数を使えるよねえw

i = 3

def sum(x, y=i):
print(x + y)

sum(2)