摘要: 格式化输出 name = input ('Entry your name:')age = input('Entry your age:')msg = 'Your name is %s, age is %s' %(name,age)print (msg) %是占位符 s 指的是str d是数字 还有i 阅读全文
posted @ 2020-07-02 20:27 94小渣渣 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 【注】python学习笔记分类中的随笔很多代码源自博客园博客,感谢分享!: https://www.cnblogs.com/jin-xin/p/9076242.html https://www.cnblogs.com/Eva-J/p/7277026.html 编译型和解释型 编译型:全部编译二进制, 阅读全文
posted @ 2020-07-02 15:37 94小渣渣 阅读(122) 评论(0) 推荐(0) 编辑