Ghassen Faidi

Results 1 comments of Ghassen Faidi

I had the same issue `[string] not defined`, but using 'foo' instead of "foo" works. For example, take a look at this simple string reverse function: ```py def fn(str): if...