Discuss / Python / 交作业

交作业

Topic source

chengww5217

#1 Created at ... [Delete] [Delete and Lock User]
# -*- coding: utf-8 -*-

n1 = 255
n2 = 1000
print("n1 = 255, hex(n1) = ", hex(n1))
print("n2 = 1000, hex(n2) = ", hex(n2))

  • 1

Reply