Q. What is the output?
Code:
print('{:#}'.format(1112223334))
β
Correct Answer: (B)
1112223334
print('{:#}'.format(1112223334))
You must be Logged in to update hint/solution