Discuss / Python / 作业

作业

Topic source

rocky1074

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

n1=255 n2=1000 print(hex(n1)) print(hex(n2)) print(hex(int(hex(n1),base=0) * int(hex(n2),base=0)))


  • 1

Reply