初识python:格式化输出
摘要:
使用input函数输入用户值,再使用三种方法格式化输出。 #!/user/bin env python # author:Simple-Sir # 20180831 # 格式化输出: name = input('输入姓名:') age = input('输入年龄:') # 方法一: msg1 = ' 阅读全文
posted @ 2018-09-11 14:43 Simple-Sir 阅读(360) 评论(0) 推荐(1) 编辑