ASCII of String
A simple python script to know each ASCII value of a string.
For script to work you need to have python3 installed in your system.
To run the script
python3 -u "ascii_of_string.py"
Every character on the keyboard has its own ASCII (American Standard Code For Information Interchange) value. ASCII is used to translate a computer text to human text. And this python script helps us in knowing that ASCII value.