摘要: input() 语法:input([prompt]) 参数:prompt: -- 提示信息 【注】Python3.x 中 input() 函数接受一个标准输入数据,返回为 string 类型。 print() 语法:print(*objects, sep=' ', end='\n', file=sy 阅读全文
posted @ 2019-06-19 16:33 颗粒成仓 阅读(310) 评论(0) 推荐(0)