Discuss / Python / 作业

作业

Topic source

-- coding: utf-8 --

a=input('Please enter a number:') b=int(a) c=hex print('The hex is :'+c(b)) 感觉自己写得好随意,python的变量函数标识符命名都如此随缘吗?


  • 1

Reply