Tal s

Results 4 comments of Tal s

Hi there, first timer here, trying to help :smile: I'm working on the `dict` builtin type, but I've encountered problems and I need some assistance: 1. `dict` functions like `pop()`,...

Gotcha, thanks for the quick response! Cricket looks amazing, I will use that! :+1: I am unsure where the get the python support library binaries, and Google was not helpful

Alright, everything is working and I'm on to it, thanks for the help! One last question: I'm getting a funny behavior while testing `__len__`: ``` python self.assertCodeExecution(""" x = {'a':...

So I've managed to implement most of the `dict` methods (Yes, slow, but only able to work on weekends :cry:). Tough I still have some left and I need assistance....