Allone2788 Allone2788 20-05-2023 Computers and Technology contestada Which print statement would display the letter 'A'? (Note that the code point for the letter 'A' is 65.) a. print(chr(65)) b. print(ord(65))