Discuss / Python / mark

解决模板数值 n1 = 255 n2 = 1000 a = hex(n1) b = hex(n2) print (a,b)

解决模板问题

print (hex(int(n)))


  • 1

Reply