i want to print string(given as input) as number(o/p) and i did it in c using switch case .i want to do the same in python...
wat if python provides switch case??n do we have equivalent of it in python??
Examle:
input:three hundred and fifty(string)
output:350(number)