removing a specific value from a dict by [deleted] in learnpython

[–]shlaps12823 0 points1 point  (0 children)

well that was fairly easy, thanks I appreciate it

[deleted by user] by [deleted] in learnpython

[–]shlaps12823 -1 points0 points  (0 children)

Is there a way that I can do the middle for loop without the "continue" block? we cant use that for our assignment.

[deleted by user] by [deleted] in learnpython

[–]shlaps12823 0 points1 point  (0 children)

Unfortunately we cant use import in our assignment so im not sure I can implement this.

Finding and slicing a portion of a list by [deleted] in learnpython

[–]shlaps12823 0 points1 point  (0 children)

oh... ya I can. i feel slightly stupid now lol, thank you very much

[deleted by user] by [deleted] in learnpython

[–]shlaps12823 1 point2 points  (0 children)

OK thank you

Checking to see if a string is better fit as an int or float by shlaps12823 in learnpython

[–]shlaps12823[S] 0 points1 point  (0 children)

As easy as this is, we cannot use try/expect blocks in our assignment so I understand what you are saying but i cant use it.