Strings
These characters MUST be put at the end of every function name and to enclose parameters.
What are parentheses?
Identify the letter printed from these lines of code: words = "Python Rules!" print(words[2:6])
What is thon?
This function returns the smaller of two values.
What is min?
This string method replace all chars with Upper Case
What is .upper()
This index signals the last element of a list
What is -1?
A function with no return statement, returns this value.
What is None?