

InterviewSolution
Saved Bookmarks
1. |
What will be displayed by print(ord(‘b’) – ord(‘a’))?(a) 0(b) 1(c) -1(d) 2The question was asked in an interview.Question is from Strings in portion Strings of Python |
Answer» Correct OPTION is (b) 1 |
|