Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Invalid syntax error - need help fixing
Post: RE: Invalid syntax error - need help fixing

(Feb-19-2021, 11:10 AM)Serafim Wrote: A parenthese is missing on the line C[j] = (0.01/(y[j]**2)should be C[j] = (0.01/(y[j]**2))But please format youe code with tags in the future oh god sorry *...
calgk01 General Coding Help 3 3,295 Feb-19-2021, 11:34 AM
    Thread: Invalid syntax error - need help fixing
Post: Invalid syntax error - need help fixing

j = 0 while j < 36: A[j] = (0.04*(x[j]**2))+(0.04*(y[j]**2)) print(type(A)) B[j] = (x[j]**2)+(y[j]**2) C[j] = (0.01/(y[j]**2) #Delta[j] = ((2*(math.sqrt...
calgk01 General Coding Help 3 3,295 Feb-19-2021, 11:07 AM

User Panel Messages

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