@ -1,7 +1,7 @@
#Test any number of arg pass (As a dict)
def iaccept(**many):
print(many)
def iaccept(test = "Oh",**many):
print(test,many)
iaccept()
iaccept(a="Test")
iaccept("Hey",a="Test")
iaccept(a="Test", b=1, c=2)
The note is not visible to the blocked user.