press space to pick the ascii code for the character you want to see printable ascii (characters for writing text like " ", "g", "&") is between 32-127 (127 is DEL (delete)) use random instead of ascii code for a random ascii character
POSITIONS OF DIFFERENT CHARACTERS: Uppercase Letters: 65-90 Lowercase Letters: 97-122 Numbers: 48-57 Space: 32 Brackets: 28/29 (), 91/93 [], 123/125 {} Delete (DEL): 127 Non-Printable Control Codes: 0-31 (not displayed)