8
reddawnfreedom
3 10
258/ 345
Last seen 3 years ago
Member for 5 years, 2 months
Difficulty Normal
Commented a forum post "Understanding the function" created by reddawnfreedom
Oh this is actually great to know. I think this may have been explained prior, but I’ve gotten much
Liked a comment created by przemyslaw.daniel for forum post "Please help"
A little bit of cleaning

    def translate(phrase):
        translated, index = '', 0
        while
Commented a forum post "Not making sense" created by reddawnfreedom
That worked, thanks! So just for my understanding, was it being ignored because even though I was te
Liked a comment created by Sim0000 for forum post "Not making sense"
Line 5 of your code calls flat_list () recursively when it finds a list. But your code ignores the r
Created a forum post "Not making sense"
So I solved this with a solution I found online: def flat_list(array): if arra