What is ord () in python?



What is ord () in python?..

Answer / Parul

In Python, `ord()` is a built-in function that returns an integer representing the Unicode code point of the given string or character. It's often used with single characters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Can you build web apps with python?

1 Answers  


What is python programming language?

1 Answers  


Why is python so popular?

1 Answers  


What is web scraping? How do you achieve it in python?

1 Answers  


Why do we need break and continue in python?

1 Answers  


What is hashmap in python?

1 Answers  


How do I stop a python script?

1 Answers  


What is the best way to parse strings and find patterns in python?

1 Answers  


Is there a switch or case statements in python?if not what is the reason for the same?

1 Answers  


How are the functions help() and dir() different?

1 Answers  


What is the meaning of immutable?

1 Answers  


Do arrays start at 0 in python?

1 Answers  


Categories