Discuss / Python / 交作业

交作业

Topic source

下雨00_

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

s=int(input("Please input an integer, and we will transfer it to a hex string:\n")) q=hex(s) print("The hex string is:",q)


  • 1

Reply