摘要: #1.回文数 number = input("请输入数字:") r-num = number[::-1] if number == r-num : print(f"{number}是回文数") #2.水仙花 for i in range(100,1000): a = i // 100 b = i / 阅读全文
posted @ 2021-12-31 20:30 vicsee 阅读(109) 评论(0) 推荐(0)
摘要: 非常感谢信号老师能在离学期还有几周的时间,将课本答案发出来。 阅读全文
posted @ 2021-12-01 21:08 vicsee 阅读(2263) 评论(0) 推荐(0)
摘要: 1.pandas库用于数据处理 numpy库用于** matplotlib.pyplot库用于统计图 2.导入数据 fileDf=pd.read_csv('文件名.csv') 3.处理缺失值 fileDf.fillna(method='ffill',implace=True) 对缺失值进行填充,用上 阅读全文
posted @ 2021-11-17 20:51 vicsee 阅读(86) 评论(0) 推荐(0)
摘要: http://music.163.com/song/media/outer/url?id={音乐ID}.mp3 阅读全文
posted @ 2021-10-10 18:56 vicsee 阅读(53) 评论(0) 推荐(0)
摘要: 最好看这个 https://blog.csdn.net/guikunchen/article/details/88077330 简单写写,上一次删Ubuntu忘记弄了,这次装kali,先提前写,以防不测(冷汗) 1.计算机管理,将要卸载的系统的磁盘全删了 2.下载EasyUEFI,删除要卸载的启动项 阅读全文
posted @ 2020-12-28 20:14 vicsee 阅读(151) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-07-02 18:11 vicsee 阅读(1442) 评论(0) 推荐(0)