05 2021 档案

摘要:# def module_resolver(namespace): # namespace_parts = namespace.split(".") # module_name = ".".join(namespace_parts[0:-1]) # cls_name = namespace_part 阅读全文
posted @ 2021-05-31 11:59 一石数字欠我15w!!! 阅读(37) 评论(0) 推荐(0) 编辑
摘要:# 质数因式分解 import math x = int(input("请输入一个大于10的整数:")) primes = [p for p in range(2, x // 2 + 1) if 0 not in [p % d for d in range(2, int(math.sqrt(p)) 阅读全文
posted @ 2021-05-28 11:15 一石数字欠我15w!!! 阅读(388) 评论(0) 推荐(0) 编辑
摘要:root@iZm5e85x7l9b634qjg73hsZ:~# history 1 ls 2 sudo apt-get update 3 sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent softwar 阅读全文
posted @ 2021-05-26 10:17 一石数字欠我15w!!! 阅读(169) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示