11
siromar
7 15
532/ 645
Last seen 4 years ago
Member for 4 years, 2 months, 28 days
Difficulty Normal
Commented a forum post "checking the given strings" created by ayna
Ya, I think there's something wrong with the description. The code passes if you return false if it'
Liked a comment created by kurosawa4434 for forum post "Code works on my computer, but not on here"
one more point:

            data_iter = iter(data)
            v1 += next(data_iter)
            da
Commented a forum post "Code works on my computer, but not on here" created by siromar
Thanks a lot people! I spent so much time on it. You pretty much solved it for me. But here's my cod
Liked a comment created by Sim0000 for forum post "Code works on my computer, but not on here"
As others have said, global variables must be logically removed. I will introduce two methods.

(1) 
Commented a forum post "Code works on my computer, but not on here" created by siromar
Thank you. However, I removed the global, and I'm still getting the same error! v1 = [0] de