說我有這個 vector<int>SequentialByOne{1, 2, 3, 4, 5} //would like to search each element
//in the vector and if it is sequential a boolean value returns true
vector<int>notSequential{1, 6, 5, 8, 9} //
所以我是新來的python,剛剛完成我的第一個應用程序。 (給隨機和絃在midi鋼琴上演奏,如果正確的音符在圖形界面中被擊中,則增加分數,沒有什麼太花哨,但也是不平凡的。)現在我正在尋找新的挑戰,這次我將嘗試創建一個監控撲克桌並收集所有玩家數據的程序。儘管幾乎所有撲克室都允許這樣做(example of the largest one),但顯然沒有設置和去API可用。這可能使得提取相關數據成爲整個