Discuss / Python / 作业

作业

Topic source

print('n1 =',hex(n1))

print('n2 =',hex(n2))


运行结果:

n1 = 0xff 

n2 = 0x3e8


  • 1

Reply