R
Q. What is the output of the following code?
chr(ord('A'))
The ord() function converts a character to ASCII and chr() converts the ASCII character to a character.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of the below code?
Q. Which of the following is the use of id() function in python?
Q. What does the __init__() function do in Python?
Q. What is the data types of any variable which holds the value 'hello world' ?
Q. How to copy one list to another in python?
Q. Python executes one statement after another from beginning to the end of the program. This is a
Q. Which of the following is not a keyword in Python?
Discusssion
Login to discuss.