games=[]
file=open("egames.txt",'r')
for game in file:
games.append(game)
file.close()
print("All games made by Rockstar Games")
for game in games:
currentline=game.split(",")
publisher=currentline[5]
if publisher=="Rockstar Games":
print(currentline[0],currentline[1])
我没有收到任何错误,我只是没有打印任何内容] 使用 Rockstar Games。
蝴蝶不菲
交互式爱情
相关分类