這是我到目前爲止的字符,字和行數量: def stats(filename):
' prints the number of lines, words, and characters in file filename'
infile = open(filename)
lines = infile.readlines()
words = infile.read
我給出一個問題,例如: A longword variable is stored in memory at address $001F00. What are the
addresses of the longword variables immediately before and after the variable?
由於長字使用32位,這將佔用的地址的半字節的8(001F00),但
我需要一些方法來檢查單詞是否以某些字母結尾。基本上,用戶輸入一個字符串,它是用分成的話: var res = spanish.split(" "); 這一點,我需要一種方法來檢查,如果在字符串中的任何單詞包含字母「EST」之後。現在我正在使用 if (spanish.indexOf("est") !=-1) {
}
在此之後,我需要一種方法來檢查包含'est'的單詞是否以'oy