Musicreater/遍历代码.py

6 lines
92 B
Python
Raw Normal View History

2021-11-21 00:59:15 +08:00
file = open(input("FileName"),'r',encoding=input("Encodeing")).read()
for i in file: