def func(a=None, b=None, c=0):
    if a is None:
        a = 어쩌고
    if b is None:
        b = 저쩌고

이딴 게 파이써닉...?