سلام وقت بخير
def greeting2(name='NoName', age='0', *args):
print('Name:{} Age:{} args:{}'.format(name, age, args))
greeting2(name='mohammad', age='26' ,'test')
اما خطا اينه
SyntaxError: positional argument follows keyword argument
ممنون و خداقوت