Discuss / Python / 交作业

交作业

Topic source

n1 = 255 n2 = 1000

print('255的十六进制:',hex(n1)) print('1000的十六进制:',hex(n2))


  • 1

Reply