Discuss / Python / 交作业

交作业

Topic source

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

n = hex(255) print (n)


  • 1

Reply