"""author = 陈俊龙""" =============多线程技术1=============== import threadingfrom time import ...
![240](https://upload.jianshu.io/users/upload_avatars/18222253/36ee36d0-1cde-4d85-8011-5a193a7ada12.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:四川
"""author = 陈俊龙""" =============多线程技术1=============== import threadingfrom time import ...
"""author = 陈俊龙""" ==============正则表达式符号============ re模块主要提供正则相关的方法 import re 1.什么是正则 ...
"""author = 陈俊龙""" ===============面向对象=============== 1.编程思想 1)面向过程编程 工具:算法和逻辑 2)函数式编...
"""author = 陈俊龙""" ===============文件操作=============== 1.数据本地化: 计算机内存分为硬盘和运行内存,当运行程序的时候,...
"""author = 陈俊龙""" ============函数作为变量============= 1.函数调用表达式:调用函数的语句 普通值能做的事情函数调用表达式都可以...