Discuss / Python / 作业

作业

Topic source

Java-SE

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

n1 = 255 n2 = 1000 print('n1:%d' %n1) print('n2:%d' %n2) print('hex(n1):%s' %hex(n1)) print('hex(n2):%s' %hex(n2))


  • 1

Reply