我对打开的文件有疑问。首先我需要设计我的文件的名称,然后它应该在格式为 .txt 的块状注释中创建一个文件。另外,我必须使用 %less 才能打印文件。
这是我的代码:
def file():
name=str(input("write the name of your file: "))
content=str(input("write : "))
with open(name+".txt" , "w") as newfile:
newfile.write(content)
%less name.txt
file()
leer_libro("name.txt") #it counts my letters of each line