1# test builtin bin function
2
3print(bin(12345678901234567890))
4