Discuss / Python / zy

微辣二毛

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

print('n1 ='+ hex(n1)+ ','+ 'n2 ='+ hex(n2))

print('n1 =%s,n2 =%s' % (hex(n1), hex(n2)))

print('hex(n1)'+ str(type(hex(n1)))+ ','+ 'hex(n2)'+ str(type(hex(n2))))


  • 1

Reply