[SOLVED]Why the heck this gives error!? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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' }

5th Mar 2017, 8:54 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
4 Answers
+ 7
You are missing comma after t
5th Mar 2017, 8:57 PM
Patrik Sokol
Patrik Sokol - avatar
+ 6
Btw (V) looks good :-)
5th Mar 2017, 9:10 PM
Patrik Sokol
Patrik Sokol - avatar
+ 5
Thank you
5th Mar 2017, 8:59 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
+ 4
Upps! Saw it now. Let's test again
5th Mar 2017, 8:58 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar