+ 4
[SOLVED]Why the heck this gives error!?
It gives error for the letter u: leet={ 'a':'@', 'b':'|3', 'c':'(', 'd':'|)', 'e':'3', 'f':'|=', 'g':'6', 'h':'|-|', 'i':'1', 'j':'_|', 'k':'|<', 'l':'|_', 'm':'(V)', #No alternate way to do it :p 'n':'/|/', 'o':'0', 'p':'|D', 'q':'(,)', 'r':'|2', 's':'5', 't':'7' 'u':'|_|', 'v':'|/', 'w':'|/|/', 'x':'><', 'y':'\'/', 'z':'2' }
4 ответов
+ 7
You are missing comma after t
+ 6
Btw (V) looks good :-)
+ 5
Thank you
+ 4
Upps! Saw it now. Let's test again