苦瓜~

导航

#

[置顶] python 二级考试操作题(一)

摘要: 一、参照代码模板完善代码,实现下述功能。从键盘输入一个整数和一个字符,以逗号隔开,在屏幕上显示输出一条信息。 示例如下: 输入 10,@ 输出 @@@@@@@@@@ 10 @@@@@@@@@@ 输入输出示例 输入 输出 示例 1 10,@ @@@@@@@@@@ 10 @@@@@@@@@@ 参考答案: 阅读全文

posted @ 2018-09-17 10:36 hey_kugua 阅读(23792) 评论(2) 推荐(2)

2018年9月15日 #

python csv读写

摘要: https://blog.csdn.net/taotiezhengfeng/article/details/75577998 阅读全文

posted @ 2018-09-15 12:32 hey_kugua 阅读(175) 评论(0) 推荐(0)

2018年9月14日 #

python sort()方法

摘要: https://www.cnblogs.com/whaben/p/6495702.html https://www.cnblogs.com/sunny3312/p/6260472.html 阅读全文

posted @ 2018-09-14 18:03 hey_kugua 阅读(131) 评论(0) 推荐(0)

2018年9月11日 #

Python字符串格式化--format()方法

摘要: https://blog.csdn.net/i_chaoren/article/details/77922939 csdn 阅读全文

posted @ 2018-09-11 23:42 hey_kugua 阅读(112) 评论(0) 推荐(0)

python 文件与数据格式化

摘要: https://www.cnblogs.com/li-zhi-qiang/p/9269453.html 文件和数据格式化 https://www.cnblogs.com/li-zhi-qiang/p/9270497.html 一维数据的格式化和处理 https://www.cnblogs.com/l 阅读全文

posted @ 2018-09-11 22:48 hey_kugua 阅读(688) 评论(0) 推荐(0)

2018年9月10日 #

python 字典中的get()方法

摘要: https://blog.csdn.net/weixin_38705903/article/details/79231551 阅读全文

posted @ 2018-09-10 22:48 hey_kugua 阅读(209) 评论(0) 推荐(0)

python jieba库

摘要: https://www.cnblogs.com/snailclimb/p/9086433.html https://blog.csdn.net/codejas/article/details/80356544 csdn博客,写的蛮好的,还有两个小项目 https://blog.csdn.net/Me 阅读全文

posted @ 2018-09-10 21:53 hey_kugua 阅读(136) 评论(0) 推荐(0)

python PyInstaller 库

摘要: https://www.cnblogs.com/gopythoner/p/6337543.html https://www.cnblogs.com/duan-qs/p/6548875.html https://www.cnblogs.com/yuyan/archive/2012/03/27/2419 阅读全文

posted @ 2018-09-10 21:49 hey_kugua 阅读(136) 评论(0) 推荐(0)

2018年9月7日 #

python random库

摘要: random模块 阅读全文

posted @ 2018-09-07 16:00 hey_kugua 阅读(189) 评论(0) 推荐(0)

python turtle库

摘要: turtle库初步 先看 https://www.cnblogs.com/chy8/p/9448606.html 一 turtle库介绍 turtle乌龟 二 turtle库使用基本流程 分三步,打开冰箱门,放入冰箱,关门。 三 常用函数 turtle 在命令行下```python -m pip i 阅读全文

posted @ 2018-09-07 16:00 hey_kugua 阅读(1047) 评论(0) 推荐(0)

2018年9月5日 #

python time库

摘要: https://www.cnblogs.com/tkqasn/p/6001134.html 阅读全文

posted @ 2018-09-05 00:04 hey_kugua 阅读(149) 评论(0) 推荐(0)