Discuss / Python / 这样是不是太简单了点,其实不是想考核这个的

这样是不是太简单了点,其实不是想考核这个的

Topic source

n1=255 n2=1000 print(hex(n1)) print(hex(n2))


  • 1

Reply