Discuss / Python / 十六进制转换

十六进制转换

Topic source

南街

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

n1=hex

n2=hex

print(n1(255),n2(1000))


  • 1

Reply