ASCII Flashcards
1
Q
ord()
A
Function it takes a character and returns the ASCII decimal value (an integer) of the character.You can show this with the type() function.
2
Q
chr()
A
Converts the ASCII decimal value and converts the character it represents.
3
Q
Encryption
A
Is the process of encoding information for security purposes