+1 vote
in Python by

Read the Following statements:

>>> print(ord('h') - ord('z'))  

What will be the output of this statement?

i) 18

ii) -18

iii) 17

iv) -17

...