Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: list call problem in generator function using iteration and recursive calls
Post: list call problem in generator function using iter...

[inline]I want to convert any long integer number from 12576 to [6, 2], all the following snippets give me [[6, 2]] I want to remove the 2nd square bracket gen = evens(1234) print(next(gen)) # ...
postta General Coding Help 1 1,891 Oct-24-2020, 08:52 PM

User Panel Messages

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