Q. What will be the output of this statement?
Code:
print(ord(‘h’) – ord(‘z’))
β
Correct Answer: (B)
-18
print(ord(‘h’) – ord(‘z’))
You must be Logged in to update hint/solution