Username*
E-Mail*
Password*
Confirm Password*
Terms* By registering, you agree to the Terms of Service and Privacy Policy.
Forget
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Captcha* Click on image to update the captcha .
Can you help me with this question
Negative numbers mean that you count from the right instead of the left. So, list[-1] refers to the last element, list[-2] is the second-last, and so on.
list[-1]
list[-2]
You must login or register to add a new answer.
Previous question
Answer ( 1 )
Negative numbers mean that you count from the right instead of the left. So,
list[-1]
refers to the last element,list[-2]
is the second-last, and so on.