The output of the two codes shown below is the same.
i. bin((2**16)-1)
ii. '{}'.format(bin((2**16)-1))
What will be the output of the following Python code?
print('ab12'.isalnum())
The expression shown below results in an error.
print("-%5d0",989)