文章分类 -  Python练习题

摘要:作业要求: 一、流程图 python之选课系统流程图 二、源代码 https://github.com/haoii123/Course_selection_system 阅读全文
posted @ 2018-04-19 14:34 时尚梦齐
摘要:程序练习 实现简单的加、减、乘、除计算器 一、流程图 二、源代码 1 #!/usr/bin/env python 2 # _*_ coding:utf-8 _*_ 3 #@author: 时尚梦齐 4 5 import re 6 7 bracket = re.compile(r'\([^()]+\) 阅读全文
posted @ 2017-12-20 15:55 时尚梦齐
摘要:程序练习 实现简单的shell sed替换功能 file_sed.txt 把太阳替换为月亮 一、流程图 二、源代码 #!/usr/bin/env python # _*_ coding:utf-8 _*_ with open("file_sed.txt",'r',encoding='utf-8') 阅读全文
posted @ 2017-04-27 15:35 时尚梦齐 阅读(65) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2017-04-27 14:46 时尚梦齐 阅读(6) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2016-12-14 10:35 时尚梦齐 阅读(13) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2016-11-30 19:47 时尚梦齐 阅读(15) 评论(0) 推荐(0)