Discuss / Python / 交作业

交作业

Topic source

n1 = 255 n2 = 1000

print('hex(%d)=%s'%(n1,hex(n1))) print('hex(%d)=%s'%(n2,hex(n2)))


  • 1

Reply