-6

I found something like losss_test[-1] in python script.

I was looking for web pages to get some answers for [-1].

But, I can not get the proper answer. If someone know it, please tell me the meaning on it...

No1
  • 1
  • 1

1 Answers1

1

Negative numbers for an index takes the values starting from the end of the array.

LuckElixir
  • 306
  • 3
  • 14