Who am I?
What type of arguments?
Example
checkType("aaa") = stringSolutions
π Python
def check_type(value):
return(type(value))Last updated
checkType("aaa") = stringdef check_type(value):
return(type(value))Last updated