美文网首页菜鸟每月一本书
【读书笔记】----python核心编程

【读书笔记】----python核心编程

作者: 风雨byt | 来源:发表于2016-09-13 09:25 被阅读19次

day one:
python的输入输出 <code>print () raw_input()</code>
加减乘除 <code> + - * / % // **</code>
逻辑运算 <code> and or not </code>
变量赋值等等

note:python的基本运算与交互

day two:
day three:
周六日统一写吧

相关文章

网友评论

    本文标题:【读书笔记】----python核心编程

    本文链接:https://www.haomeiwen.com/subject/uyrmettx.html