Discuss / Python / 打卡练习:6

打卡练习:6

Topic source

CityeBox

#1 Created at ... [Delete] [Delete and Lock User]

n1 = 255

n2 = 1000

print('十六进制表示n1: {}'.format(hex(n1)))

print('十六进制表示n2: {}'.format(hex(n2)))


  • 1

Reply