Discuss / Python / 交作业

交作业

Topic source

print("n1=%s\nn2=%s"%(hex(255),hex(1000)))

print(str(hex(n1))) print(str(hex(n2)))


  • 1

Reply