# -*- coding: utf-8 -*- | |
def update(id_, name, **_): | |
return f'{id_}, {name}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
# -*- coding: utf-8 -*- | |
def update(id_, name, **_): | |
return f'{id_}, {name}' |