发布时间:2019-08-11 11:26:28编辑:auto阅读(2230)
文件 1 内容如下
#some words
Sometimes in life,
You find a special friend;
Someone who changes your life just by being part of it.
Someone who makes you laugh until you can't stop;
Someone who makes you believe that there really is good in the world.
Someone who convinces you that there really is an unlocked door just waiting
for you to open it.
This is Forever Friendship.
使用读文件过滤空行和注释行
import re
file=open("1",'r')
a=file.readlines()
a.sort()
for line in a:
if re.match("^#",line):
pass
elif re.match("^$",line):
pass
else:
print line.strip()
上一篇: Python 数值计算
下一篇: Python-工具安装
52741
52668
42861
39685
34052
31013
29808
24704
24542
22920
289°
285°
359°
356°
393°
540°
510°
534°
604°
533°