#OK to post homework #Wanying Rao, 02/04/2021, Assignment 6 #1.Write procedures GNuWalks2D(A,pt), and GRandWalk2D(A,pt), that inputs a list of atomic #steps A (in 2 dimensions) and output, respectively, the number of subdiagonal steps using #A and ending at pt, and a (uniformally) at random such good walk. GNuWalks2D := proc (A, pt)local i,W,W1,w: option remember: if (pt[1]<0 or pt[2]<0 or pt[1]