4
Aesteria
8
55/ 95
Last seen 4 years ago
Member for 4 years, 8 months, 8 days
Difficulty Normal
Liked a comment created by bsquare for forum post "What is wrong"
Hi, you must define `letters2` inside your `checkio` function to avoid it to be used among all the t
Liked a comment created by kurosawa4434 for forum post "What is wrong"
Did you fix the following ?

    import string
    letters = string.ascii_letters[:28]    
    
    
Liked a comment created by kurosawa4434 for forum post "What is wrong"
Please see https://py.checkio.org/forum/post/3269/6-the-most-common-mistakes/
Global variables

You 
Commented a forum post "What is wrong" created by Aesteria
Thanks !
Commented a forum post "What is wrong" created by Aesteria
It is really strange.. now it works. :D Thanks you all :)