mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
6 lines
92 B
Python
6 lines
92 B
Python
|
file = open(input("FileName"),'r',encoding=input("Encodeing")).read()
|
||
|
|
||
|
for i in file:
|
||
|
|
||
|
|