Open arashHaratian opened 3 years ago
in chapter 3, instead of seq_along(x) you used seq_len(n) which is wrong.
seq_along(x)
seq_len(n)
in chapter 3, instead of
seq_along(x)
you usedseq_len(n)
which is wrong.