Discuss / Python / zy

微辣二毛

#1 Created at ... [Delete] [Delete and Lock User]

def add(a, b, c):

    return c(a) + c(b)

print(add(-1, 2, abs))


  • 1

Reply