Ch 12 position counting

 The counting can start with -3 -2 -1 0 1  2 3

language="python"

Print (language [5]). # we use this [] to index the number

Comments