/ Published in: LaTeX
Expand |
Embed | Plain Text
k=1;i=[1,2] while k: for j in i: k*=j i.append(k+1) k=1
You need to login to post a comment.
k=1;i=[1,2] while k: for j in i: k*=j i.append(k+1) k=1
You need to login to post a comment.