Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Coding Help
Post: RE: Python Coding Help

Question You are helping a geologist friend investigate an area with mountain lakes. A recent heavy rainfall has flooded these lakes and their water levels have reached the highest possible point. Yo...
peterchew240 General Coding Help 3 2,265 Nov-29-2019, 03:27 AM
    Thread: Python Coding Help
Post: Python Coding Help

Question: https://app.codility.com/programmers/les...pth/start/ My code: if len(A) < 3: return 0 elif len(A) > 2 and all(A[i] >= A[i+1] for i in range(0,len(A)-1)): retu...
peterchew240 General Coding Help 3 2,265 Nov-29-2019, 02:20 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020