練習題:「給定的單詞列表和文本文件,拼寫檢查的文本文件和打印所有的(唯一的)的話,其不在單詞列表中找到 的 內容。 「拼寫檢查程序
我沒能解決問題,以便有人可以告訴我怎麼去和正確的答案應該是什麼?:
由於這一聲明沒有在我的Python控制檯解析...
我嘗試:
a=list[....,.....,....,whatever goes here,...]
data = open(C:\Documents and Settings\bhaa\Desktop\blablabla.txt).read()
#I'm aware that something is wrong here since I get an error when I use it.....when I just write blablabla.txt it says that it can't find the thing. Is this function only gonna work if I'm working off the online IVLE program where all those files are automatically linked to the console or how would I do things from python without logging into the online IVLE?
for words in data:
for words not in a
print words
wrong = words not in a
right = words in a
print="wrong spelling:" + "properly splled words:" + right
哦,yeh ...我確定我已經正確地縮進了所有東西,但是我不知道如何在這裏格式化我的問題,這樣它就不會像現在這樣出現。抱歉。
您認爲如何?
爲什麼不先修復語法錯誤?你不知道如何?我無法看到你的問題是什麼。是Python語法還是問題本身? – jergason
這是_homework_,還是隻是一個你想要解決的練習?我主要是因爲標籤問。 –