上一页 1 ··· 7 8 9 10 11
摘要: 什么数据类型。 int 1,2,3用于计算。 bool:True,False,用户判断。 str:存储少量数据,进行操作 'fjdsal' '二哥','`13243','fdshklj' '战三,李四,王二麻子。。。。' list:储存大量的数据。 [1,2,3,'泰哥','12353234',[1 阅读全文
posted @ 2019-07-13 09:39 DingJie1024 阅读(206) 评论(0) 推荐(0)
摘要: #and or not #优先级,()> not > and > or # print(2 > 1 and 1 < 4) # print(2 > 1 and 1 < 4 or 2 < 3 and 9 > 6 or 2 < 4 and 3 < 2) # T or T or F #T or F # pr 阅读全文
posted @ 2019-07-09 23:06 DingJie1024 阅读(147) 评论(0) 推荐(0)
摘要: 01010100 新11010000 开11010100 一01100000 家11000000 看11000000 看01010100011101110101011110110A B C01000001 01000010 01000011电报,电脑的传输,存储都是01010101最早的'密码本' 阅读全文
posted @ 2019-07-09 21:39 DingJie1024 阅读(175) 评论(0) 推荐(0)
摘要: 1 1,计算机基础。 2 2,python历史。 3 4 宏观上:python2 与 python3 区别: 5 python2 源码不标准,混乱,重复代码太多, 6 python3 统一 标准,去除重复代码。 7 3,python的环境。 8 9 编译型:一次性将所有程序编译成二进制文件。 10 阅读全文
posted @ 2019-07-03 15:28 DingJie1024 阅读(179) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11