def x(**data): def x(**data): print(f"A={data['a']} and B={data['b']} and C={data['c']}") x(a=1, b=2, c=3) Output: A=1 and B=2 and C=3 Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Filed under: Python - @ October 7, 2025 04:35