Vidyalelo
Python · Q98

MCQs for Python Strings: Exam

Programming · Python · question 98

Q98

What will be displayed by print(ord('b') - ord('a'))?

A.
0
B.
1
Answer
C.
-1
D.
2

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board