1 Star 0 Fork 0

尹春/douyin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.py 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
二毛 提交于 2021-10-23 21:12 . init
titles = [
'# 标题',
'## 标题',
'### 标题',
'#### 标题',
'#### 标题',
'## 标题',
'### 标题',
'#### 标题',
'# 标题',
'## 标题',
]
nums = []
num = [0, 0, 0, 0]
for j, title in enumerate(titles):
index = title.index(' ')
text = title[index + 1:]
now = len(title[:index])
nums.append(now)
if j > 0 and now > nums[j - 1]:
num[now - 1] = 0
num[now - 1] += 1
sn = []
for i in range(now):
sn.append(str(num[i]))
print('{} {}'.format('.'.join(sn), text))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yin_chunycsddn/douyin.git
git@gitee.com:yin_chunycsddn/douyin.git
yin_chunycsddn
douyin
douyin
v1

搜索帮助

0d507c66 1850385 C8b1a773 1850385