Get Last Array Element

Get the last element of an array.

Code

General
arr[-1]

Parameters

Array

Server

More Python Snippets