Discuss / Python / DAY 7-19 作业

DAY 7-19 作业

Topic source

无畏云烟

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

n1 = 255

n2 = 1000

h1 = hex(n1)

h2 = hex(n2)

print(h1)

print(h2)

0xff

0x3e8

没有转成字符串


  • 1

Reply