**kwargs# **kwargsdef abc(**kwargs): # Parametre return kwargsd = {"a":2,"b":4,"c":6} print(abc(**d)) # Arguments
Post a Comment