I’m not quite sure what this is, because Python uses self instead of this.
When I try to run the code:
self.variable
type(self.variable)
I get the error “missing this
keyword”
Ideas?
I’m not quite sure what this is, because Python uses self instead of this.
When I try to run the code:
self.variable
type(self.variable)
I get the error “missing this
keyword”
Ideas?
Hey @darksteel, we don’t support the type Python built-in function yet. I’ve opened an issue here to track:
Additionally, this error message isn’t that helpful in this scenario. We’ll have to work on that as well.
Thanks for the feedback!
I get the same error when trying to use zip(). Whether this is apart of the same issue or a separate one I am not sure.
Same deal. We don’t support zip() yet. It’s on our list of things to do