if you want to print out special characters, you're going to want to use "printf" instead of "print". You can insert "%c" into the string of what you want to print, and then it'll convert the second argument of the function into the ASCII character that the number represents. So...