s = "kitti" 0,1,2,3,4 k,i,t,t,i
how do i retrieve '4'. i know i can do a len(s)-1, but i assume there is a function that gives me last number of index thanks -- https://mail.python.org/mailman/listinfo/python-list
s = "kitti" 0,1,2,3,4 k,i,t,t,i
how do i retrieve '4'. i know i can do a len(s)-1, but i assume there is a function that gives me last number of index thanks -- https://mail.python.org/mailman/listinfo/python-list