Discuss / Python / 作业

作业

Topic source

s = [255, 1000]

for i in s :

print(hex(i))

看了下 前面很多朋友都比我做的好 还得加油啊


  • 1

Reply