Discuss / Python / 交作业

交作业

Topic source

# -*- coding: utf-8 -*-

n1 = 255

n2 = 1000

b=hex

print(b(n1))

print(b(n2))


  • 1

Reply