Discuss / Python / 交作业

交作业

Topic source
n = int(input('请输入整数'))
print('转换为16进制为',hex(n))

  • 1

Reply