摘要: https://blog.csdn.net/qq_45726327/article/details/115042863 s = input("请输入一个字符串:") print("{:*^30}".format(s)) https://blog.csdn.net/qq_52351158/articl 阅读全文
posted @ 2022-08-28 19:36 0MrMKG 阅读(189) 评论(0) 推荐(0)
摘要: https://www.lanqiao.cn/problems/593/learning/ 可以用math函数里面的gcd函数 复习gcd的递归算法 import os import sys import math # 请在此输入您的代码 c=0 for i in range(1,2021): fo 阅读全文
posted @ 2022-08-28 09:25 0MrMKG 阅读(31) 评论(0) 推荐(0)