Skip to content Skip to sidebar Skip to footer

Code Is Only Showing The Last Most Recent Input From Temporary Array To 2d Array?

Code is only showing the last most recent input from temporary array to 2d array? please help as i'm new to computing and doing it for gcse (SOVLED) #Prints title print ('WELCOM

Solution 1:

You are redefining aT as an empty list each time the loop repeats. Take the aT = [] out of the loop and it should work.


Post a Comment for "Code Is Only Showing The Last Most Recent Input From Temporary Array To 2d Array?"