0
What is the inverse of chr() function??
In python if we use chr(90) we get 'Z', i want to know if there is a function in which I pass 'Z' and get 90 as output.
1 Resposta
+ 1
Jay Matthews thanks mate
In python if we use chr(90) we get 'Z', i want to know if there is a function in which I pass 'Z' and get 90 as output.