Discuss / Python / 调用hex()函数

调用hex()函数

Topic source

print(hex(n1),hex(n2),sep='\n')


  • 1

Reply