增强多语言支持

This commit is contained in:
2022-01-15 00:40:17 +08:00
parent ce441e4905
commit 32ae868c34
18 changed files with 601 additions and 1842 deletions

View File

@ -16,12 +16,12 @@ for path,dir_list,file_list in os.walk(r"./") :
try:
code -= code[code.index('#'):]
except:
pass;
pass
if code:
print("\t"+code)
l+=1
else:
pass;
pass
input("\n最终代码行数为:"+str(l))