Y9

5i: Perform common operations on lists or strings

Keywords:
Python
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
appendadding a new value on to the end of a list
concatenateadding new characters on to the end of a string
inkeyword in python which allows you to check if a value is in a list or a character is in a string
indexthe position within a list or string that you want to look at (where 0 is the first position)
indexing expressiona combination of values, variables, function calls and operators which can work out the index of a list or string you want to look at
lenbuilt in python function which finds the length of a list or string by counting how many values of characters it stores
Keyword games:
Resources: