In Python, is the following the only way to get the number of elements?
arr.__len__()
If so, why the strange syntax?
← Назад к списку