Discuss / Python / 作业

作业

Topic source

独具一格5

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

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

n=[255,1000] for x in n: print(hex(x))


  • 1

Reply