日常生活的交流与学习

首页 新随笔 联系 管理

2024年1月21日 #

摘要: 网址 https://www.geeksforgeeks.org/ 说明 每个文档说明,都会配有代码片,还免费. 阅读全文
posted @ 2024-01-21 14:35 lazycookie 阅读(8) 评论(0) 推荐(0) 编辑

摘要: """convert code to markdown """ import asyncio import datetime import os import platform import re import shutil import xmlrpc.client class ST: # <xxx 阅读全文
posted @ 2024-01-21 13:35 lazycookie 阅读(6) 评论(0) 推荐(0) 编辑

摘要: warning : cell-var-from-loop bing解释 for i in range(10): f = lambda i:i print(f()) The warning message cell-var-from-loop is emitted by Pylint, a Pytho 阅读全文
posted @ 2024-01-21 12:37 lazycookie 阅读(9) 评论(0) 推荐(0) 编辑