Skip to content

Latest commit

 

History

History
 
 

ASCII of String

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Title:-

ASCII of String

Short Description :-

A simple python script to know each ASCII value of a string.

Setup instructions :-

For script to work you need to have python3 installed in your system.
To run the script

python3 -u "ascii_of_string.py"

Detailed explanation :-

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.

Output:-

Author(s):-

Vaibhav Vipin