Hello
My english is not good, so pleas - understat me ;-)
I have two question about python ;)
1. I'm from poland, in poland letter a == ą, z == ź itp. Can i remove polsich letter?
example
in input - jacek bąk
in output - jacek bak
I can use unicode, but, how? or ... i must creat 'krtoka' - (1,2,3)
2. How fast, i can creat list of list
exapmle
[[1,2,3],[1,2,3]]
this list creat user
thank ;-)