C: outputs list assignment index out of range.
This is because
my_list = [1, 2, 3]
(# is positioned as 0,1,2) so having a [3] would need the list to me longer my_list=[1, 2, 3, 4]
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Dav023
2 years, 2 months agoJames_111
2 years, 4 months agomacxsz
2 years, 7 months ago