gpt4 book ai didi

python - 尝试在 Python 中打印打开文件的元素

转载 作者:太空宇宙 更新时间:2023-11-03 19:41:59 24 4
gpt4 key购买 nike

我想使用输入函数打开一个 .txt 文件,然后在 shell 中显示该文本文件的元素。当我执行下面的代码时,它运行时没有错误,但不打印任何内容。我的 .txt 文件与该文件位于同一文件夹中,其标题为 Scores1.txt。

filename = input('Please enter the file name: ')
filename = open(filename, 'r')
scores = filename.read()
print(filename.read())

最佳答案

只需执行此操作,而不是 print(filename.read()):

print(scores)

关于python - 尝试在 Python 中打印打开文件的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60369273/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com