#Type mismatch help
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I genuinely can't figure out what's wrong this this code. It looks like it wants a function to be returned instead of a dict and I have no idea why. Can anyone help?
dict.new is a function, you probably meant to call it like this: dict.new()
ooooooh thanks! I'm used to calling functions without the parens in pipelines so I got confused.