Discuss / Python / 打卡

打卡

Topic source

Mints_鱼酱

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

h = hex

n1 = 255

n2 = 1000

s1 = h(n1)

s2 = h(n2)

print(s1,s2)


  • 1

Reply