Discuss / Python / 交作业

交作业

Topic source

n1 = 255 n2 = 1000 print('n3=',hex(n1)) print('n4=',hex(n2))


  • 1

Reply