You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P = [[0]] * 1001 # 1001 spaces so that I can refer to P[i] with i as the actual number. P[1000] is perimeter of 1000, etc. Obviously P[0] is going to be 0, no problems there.