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

Thank you very much. I have understood it now.   And yeah, it's the kind of recursive methods I wouldn't write myself voluntarily because of the hardness to read it (especially month later).
Willi General Coding Help 3 3,760 Jan-25-2017, 05:31 AM
    Thread: Help understanding code
Post: Help understanding code

Hi, I have started learning Python a week ago (I have previous experience with C++ and Java) and stumbled over piece of code I have trouble to understand.  def power_set(l):    if not l:       return...
Willi General Coding Help 3 3,760 Jan-25-2017, 05:05 AM

User Panel Messages

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