def thefunction(a=1,b=2,c=3):
pass
print allkeywordsof(thefunction) #allkeywordsof doesnt exist
def thefunction(a=1,b=2,c=3):
pass
print adef thefunction(a=1,b=2,c=3):
pass
print allkeywordsof(thefunction) #allkeywordsof doesnt exist
def thefunction(a=1,b=2,c=3):
pass
print a