Discuss / Python / 练习

练习

Topic source

n1=255 n2=100 l=(n1,n2) for x in l: print((x),'的十六进制数为:',hex(x))


  • 1

Reply