Discuss / Python / 作业

作业

Topic source
# -*- coding: utf-8 -*-

n1 = 255
n2 = 1000
print('%s,%s' % (str(hex(n1)),str(hex(n2))))

  • 1

Reply