Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Putting an array for each string that is printed to a loop
Post: Putting an array for each string that is printed t...

I would like to be able to push each | into an array Here is my function: def pyramide(lines): k = 1 * lines - 1 for i in range(0, lines): for j in range(0, k): print(...
ClaudioSimonetti General Coding Help 1 2,347 Feb-05-2019, 09:50 AM

User Panel Messages

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