Lists Part 2
We begin with a list named ‘greek_letters’, with the first five Greek letters. We tell the terminal to print the third value with the command ‘greek_letters[2]’, which accesses the third value in the list...
Views: 900 | | by Brad
View this tutorial