Discuss / Python / 两句输出一样

两句输出一样

Topic source
a = hex(n1)
b = hex(n2)
print(a,b)
print(hex(n1),hex(n2))

  • 1

Reply