how to make output amount of people and where they from and what gender is them

后端 未结 0 438
轮回少年
轮回少年 2020-12-08 08:10
file = open("ic.txt","r") 
for line in file:
print(line)
file.close()
import re

pat = r"""
\\b                      
(?P

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题