#OK to post homework #George Spahn, 2/14/2021, Assignment 6 #GNuWalks2D(A,pt) Inputs a list of atomic steps A (in 2 dimensions) and output #the number of subdiagonal steps using A and ending at pt GNuWalks2D:=proc(A,pt) local W,i: option remember: if (pt[1]<0 or pt[2]<0 or pt[1]