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