Discuss / Python / 练习

练习

Topic source

-- coding: utf-8 --

n1 = 255 n2 = 1000 print(str(hex(int(n1))))


  • 1

Reply