Discuss / Python / 交作业

交作业

Topic source
#!/usr/bin/env python3

n1 = 55
n2 = 1000
print(hex(n1),hex(n2))

  • 1

Reply