摘要: import jiebac=open(r'C:\Users\孙权宏\Desktop\《西游记》白话简写版.txt')fenci=jieba.lcut(c.read())a=[] #列表中分词for word in fenci:if len(word) == 1:continueelse:a.appe 阅读全文
posted @ 2021-12-12 01:14 权宏小帅哥 阅读(20) 评论(0) 推荐(0)
摘要: import wx from python实验2 import classinformation class MyFrame(wx.Frame): def __init__(self,parent,id): wx.Frame.__init__(self,parent,id,title="班级信息收集 阅读全文
posted @ 2021-12-12 01:02 权宏小帅哥 阅读(30) 评论(0) 推荐(0)
摘要: 在这两天的学习中,我发现python真不错,是一个让人受益良多的好工具,python不仅让我感受到编程的乐趣,而且让我感受到了努力过后的成就感。看着一行行写出来的代码,我倍感快乐,今后我一定会以饱满的热情来学习python. 阅读全文
posted @ 2021-09-04 20:38 权宏小帅哥 阅读(340) 评论(0) 推荐(0)
摘要: 3011 print(" * * * * *") print(" * *")print("* @ @ *")print("* *")print("* @ *")print(" * *" )print(" * * * * ") 阅读全文
posted @ 2021-09-04 20:28 权宏小帅哥 阅读(110) 评论(0) 推荐(0)