Discuss / Python / 调用函数

调用函数

Topic source

stupid_seeker

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

x=int(input('请输入十进制数:')) print('您输入的十进制数转为十六进制为:',hex(x))


  • 1

Reply