Ad
  • Custom User Avatar

    It should have been like this "X_5 = [3, 3, 3] # -> X_5[0] = X_4[0] - X_4[1] = 6 - 3" instead of this "X_5 = [3, 3, 3] # -> X_5[1] = X_4[0] - X_4[1] = 6 - 3" in the example which is given in instructions.
    Second element of array is assigned according to the example: "X_5[1] = X_4[0] - X_4[1]". Then, if you look at the result, first element is the one which is assigned. "X_5 = [3, 3, 3]". Am I missing something?

  • Custom User Avatar

    Coding guidelines? What do you mean?