- 2
Why we start in python by Zero not one?
2 Antworten
+ 5
Why programmers should always start counting from zero
Enjoy 😉
https://medium.com/@felipernb/why-programmers-should-always-start-counting-from-zero-1697b8ff3b53
+ 1
RonanZoro The array index simply means the offset from the first element. You'll understand this better when you learn about pointers.