
python
yostkevin
热爱编程,喜欢各种球类运动。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python 正则表达式 的几个网址
python常用运维脚本实例https://blog.youkuaiyun.com/chengxuyuanyonghu/article/details/59486631Python(1) ———— while循环https://blog.youkuaiyun.com/sinat_41292836/article/details/78735645Python正则表达式指南 https://www.cnblogs.com/h...原创 2018-06-30 17:00:18 · 1818 阅读 · 0 评论 -
python 练习
# _*_coding:utf-8_*_# coding=utf-8# 输出字符串两次print('python文件' * 2 + '您好\n张三!')a = 7if a > 10: b = 55 print(a + b)elif a < 5: c = 15 print(a + c)else: print("other")b =...原创 2019-02-12 22:04:57 · 213 阅读 · 0 评论