|
Printing part of a string from a list
testlist = ["Programming", "Forums"] I want to print just the 3rd letter in the second cell of the list. I have tried this:
But that does'nt work, I get a error saying "unsubscriptable object". What am I doing wrong?
Thanks
__________________
"Gee, Brain, what do you want to do tonight?" "The same thing we do every night, Pinky: Try to take over the world!"
|