Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problem with append list in loop
Post: Problem with append list in loop

Here is my code import math import numpy as np z = 0 y= [] x = [] while z < 5: z = z + 1 t = 0 x.append([y]) while t < 8: A = 10 + t y.append(A) t = t ...
michaelko03 General Coding Help 0 1,664 Feb-16-2020, 07:04 PM

User Panel Messages

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