我想從python中的文件中讀取數據,並比較它是否與某些信息匹配。我有這個從文件中的字符串不匹配python中的字符串
with open("data.dat", "r") as f: #read data in from the file
for line in f:
if line is "Static": #this adds the data for the static attack
當我從我的文件中讀取數據時,它跳過它。我爲什麼不知所措。
這是我的data.dat文件。
Static
0 10
1 50