Python Forum

Full Version: Interact with Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,
I am trying to create a code that allow Python convert words to numbers. I wish to convert every single alphabetic letters in a number. Furthermore I would like type in the console a word and have python convert it in numbers.

What I am trying to accomplish is having python read a specific word in excel and see if the same word appear in an other file excel. I wish to automate this function)
Any advice??

thanks,
Mario
show what you've tried so far