摘要: 与用户交互 输入: input # python2与python3的区别 # python3 res = input('please in put your username>>>>:') # 将获取到的变量名赋值给变量名res print(res, type(res), id(res)) # id 阅读全文
posted @ 2021-05-31 20:08 popopop 阅读(38) 评论(0) 推荐(0)