MC What is Python's string type called? string *str strng TF FPython strings are mutable. TF FPython lists are required to be homogeneous collections of elements. TF TPython for-loops work on strings, files, and lists. MC To receive keyboard input in Python, we can use: get_input scanf *raw_input do_input string_input MC Python is cooler than: C C++ Java *All of the above MC What does Python's range function do? *Generates lists of integers Generates tuples of integers TF TPython slice syntax can be used with lists. MC Which of the following is an integer? 2.5 *3 3.0