Computer Science
Fill in the blanks:
The _________ returns the ASCII value of a given character.
Python String Manipulation
4 Likes
Answer
ord()
Answered By
2 Likes
Related Questions
Fill in the blanks:
For strings, _________* operator performs replication.
Fill in the blanks:
The _________ and _________ are membership operators for strings (in, not in).
Fill in the blanks:
If a string contains letters and digits, function _________ will return true.
Fill in the blanks:
'ab'.isalpha() will return value as _________.