beats is a list containing the pattern 1, 2, 3 repeating over and over. Complete the code so that a list containing 1 elements is printed.
beats
1, 2, 3
1
Make sure to type ::3.
::3